mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 02:04:13 +00:00
chore: update readme (#98)
This commit is contained in:
parent
c0800e1a43
commit
dc2a2b1687
19 changed files with 379 additions and 136 deletions
6
justfile
6
justfile
|
|
@ -66,15 +66,15 @@ install:
|
|||
pnpm install
|
||||
pnpm build --filter @sandbox-agent/inspector...
|
||||
cargo install --path server/packages/sandbox-agent --debug
|
||||
cargo install --path server/packages/gigacode --debug
|
||||
cargo install --path gigacode --debug
|
||||
|
||||
install-fast:
|
||||
SANDBOX_AGENT_SKIP_INSPECTOR=1 cargo install --path server/packages/sandbox-agent --debug
|
||||
SANDBOX_AGENT_SKIP_INSPECTOR=1 cargo install --path server/packages/gigacode --debug
|
||||
SANDBOX_AGENT_SKIP_INSPECTOR=1 cargo install --path gigacode --debug
|
||||
|
||||
install-release:
|
||||
pnpm install
|
||||
pnpm build --filter @sandbox-agent/inspector...
|
||||
cargo install --path server/packages/sandbox-agent
|
||||
cargo install --path server/packages/gigacode
|
||||
cargo install --path gigacode
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue