Skip to content

Commit f8a346b

Browse files
committed
feat(docs): simplify install.sh URL
Signed-off-by: Jan Pokorný <JenomPokorny@gmail.com>
1 parent e3cff95 commit f8a346b

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

docs/development/introduction/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: "Get Agent Stack up and running in minutes. Then explore running pr
1919
Open 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>

docs/development/introduction/welcome.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Agent Stack gives you everything you need to run agents as backend services: LLM
2323
Start 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
```
2828
You now have a working environment for running agents as services.
2929

docs/docs.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@
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
}

docs/stable/introduction/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: "Get Agent Stack up and running in minutes. Then explore running pr
1919
Open 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>

docs/stable/introduction/welcome.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Agent Stack gives you everything you need to run agents as backend services: LLM
2323
Start 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
```
2828
You now have a working environment for running agents as services.
2929

0 commit comments

Comments
 (0)