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.

@@ -158,15 +158,21 @@ export function GetStarted() {

-
-
- terminal +
+
+
+                    
+                      $ 
+                      curl -fsSL \
+                      {"\n"}
+                      {"    "}
+                      https://releases.rivet.dev/sandbox-agent/latest/install.sh
+                       | 
+                      sh
+                    
+                  
-
- $ - {sandboxCommand} -
@@ -182,7 +188,7 @@ export function GetStarted() {
-

Build from Source

+

Open Source

Full control

@@ -192,14 +198,26 @@ export function GetStarted() {

-
-
- terminal +
+
+
+                    
+                      $ 
+                      git clone
+                       
+                      https://github.com/rivet-dev/sandbox-agent
+                      {"\n"}
+                      $ 
+                      cd
+                       sandbox-agent
+                      {"\n"}
+                      $ 
+                      cargo run
+                       -p sandbox-agent --release
+                    
+                  
-
-                  {sourceCommands}
-