mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 22:03:52 +00:00
chore: update readme
This commit is contained in:
parent
9ab27ad1a8
commit
b7fa0f75a3
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