diff --git a/frontend/packages/website/src/components/GetStarted.tsx b/frontend/packages/website/src/components/GetStarted.tsx index c61dae8..6f85219 100644 --- a/frontend/packages/website/src/components/GetStarted.tsx +++ b/frontend/packages/website/src/components/GetStarted.tsx @@ -86,7 +86,7 @@ function SdkCodeHighlighted() { ); } -const sandboxCommand = `curl -sSL https://sandboxagent.dev/install | sh`; +const sandboxCommand = `curl -fsSL https://releases.rivet.dev/sandbox-agent/latest/install.sh | sh`; const sourceCommands = `git clone https://github.com/rivet-dev/sandbox-agent cd sandbox-agent @@ -123,7 +123,7 @@ export function GetStarted() {
- Import the SDK directly into your Node.js or browser application. Full type safety and streaming support. + Import the TypeScript SDK directly into your Node or browser application. Full type safety and streaming support.
+
+ $
+ curl -fsSL \
+ {"\n"}
+ {" "}
+ https://releases.rivet.dev/sandbox-agent/latest/install.sh
+ |
+ sh
+
+
Full control
+
+ $
+ git clone
+
+ https://github.com/rivet-dev/sandbox-agent
+ {"\n"}
+ $
+ cd
+ sandbox-agent
+ {"\n"}
+ $
+ cargo run
+ -p sandbox-agent --release
+
+
- {sourceCommands}
-