File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed
Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ If you’re building agent-powered features or want your agents to run outside a
6666### Installation
6767
6868``` sh
69- sh -c " $( curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/install /install.sh) "
69+ sh -c " $( curl -LsSf https://agentstack.beeai.dev /install.sh) "
7070```
7171
7272> [ !TIP]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ description: "Get Agent Stack up and running in minutes. Then explore running pr
1919Open the terminal and run this command to install Agent Stack:
2020
2121``` bash
22- sh -c " $( curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/install /install.sh) "
22+ sh -c " $( curl -LsSf https://agentstack.beeai.dev /install.sh) "
2323```
2424
2525<Info >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Agent Stack gives you everything you need to run agents as backend services: LLM
2323Start a complete agent runtime locally — models, storage, and services included.
2424
2525``` bash
26- sh -c " $( curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/install /install.sh) "
26+ sh -c " $( curl -LsSf https://agentstack.beeai.dev /install.sh) "
2727```
2828You now have a working environment for running agents as services.
2929
Original file line number Diff line number Diff line change 214214 {
215215 "source" : " /introduction/installation" ,
216216 "destination" : " /introduction/quickstart"
217+ },
218+ {
219+ "source" : " /install.sh" ,
220+ "destination" : " https://raw.githubusercontent.com/i-am-bee/agentstack/install/install.sh"
217221 }
218222 ]
219223}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ description: "Get Agent Stack up and running in minutes. Then explore running pr
1919Open the terminal and run this command to install Agent Stack:
2020
2121``` bash
22- sh -c " $( curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/install /install.sh) "
22+ sh -c " $( curl -LsSf https://agentstack.beeai.dev /install.sh) "
2323```
2424
2525<Info >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Agent Stack gives you everything you need to run agents as backend services: LLM
2323Start a complete agent runtime locally — models, storage, and services included.
2424
2525``` bash
26- sh -c " $( curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/install /install.sh) "
26+ sh -c " $( curl -LsSf https://agentstack.beeai.dev /install.sh) "
2727```
2828You now have a working environment for running agents as services.
2929
You can’t perform that action at this time.
0 commit comments