Skip to content

Commit 5c8051f

Browse files
authored
Update installer.md
1 parent 02720ec commit 5c8051f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/node-guide/quick-start/installer.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ First, let's install the required GaiaNet software with the GaiaNet installer on
1111

1212

1313
```
14-
bash <(curl -sSfL 'https://raw.githubusercontent.com/GaiaNet-AI/gaianet-node/main/install.sh')
14+
bash <(curl -sSfL 'https://raw.githubusercontent.com/GaiaNet-AI/gaianet-node/main/v2/install.sh')
1515
```
1616

1717
After being installed successfully, you can use `gaianet init` to init the required models and knowledge along with your node. The default Gaianet node is a Paris guide. For more preset settings, please check out The Preset Config article. You can also use `gaianet list` to check out more configs.
@@ -29,7 +29,8 @@ Then, use `gaianet run` to start your node.
2929

3030
After it runs successfully, you can click on the link printed on your screen to chat with your node. The link should look like the following.
3131

32-
> Add a screenshot here
32+
<img width="1423" alt="image" src="https://github.com/GaiaNet-AI/docs/assets/45785633/f25cdfa7-5c95-46f9-b1de-a5d7145ae848">
33+
3334

3435
If you want to stop running your node, use `gaianet stop`.
3536

0 commit comments

Comments
 (0)