mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 07:04:48 +00:00
chore: rename gigacode to @sandbox-agent/gigacode (#105)
This commit is contained in:
parent
beacbbfdba
commit
f0191579c0
6 changed files with 10 additions and 21 deletions
|
|
@ -51,14 +51,14 @@ curl -fsSL https://releases.rivet.dev/sandbox-agent/latest/gigacode-install.sh |
|
|||
**npm i -g**
|
||||
|
||||
```bash
|
||||
npm install -g gigacode
|
||||
npm install -g @sandbox-agent/gigacode
|
||||
gigacode --help
|
||||
```
|
||||
|
||||
**bun add -g**
|
||||
|
||||
```bash
|
||||
bun add -g gigacode
|
||||
bun add -g @sandbox-agent/gigacode
|
||||
# Allow Bun to run postinstall scripts for native binaries.
|
||||
bun pm -g trust @sandbox-agent/gigacode-linux-x64 @sandbox-agent/gigacode-linux-arm64 @sandbox-agent/gigacode-darwin-arm64 @sandbox-agent/gigacode-darwin-x64 @sandbox-agent/gigacode-win32-x64
|
||||
gigacode --help
|
||||
|
|
@ -67,13 +67,13 @@ gigacode --help
|
|||
**npx**
|
||||
|
||||
```bash
|
||||
npx gigacode --help
|
||||
npx @sandbox-agent/gigacode --help
|
||||
```
|
||||
|
||||
**bunx**
|
||||
|
||||
```bash
|
||||
bunx gigacode --help
|
||||
bunx @sandbox-agent/gigacode --help
|
||||
```
|
||||
|
||||
> **Note:** Windows is unsupported. Please use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue