Skip to content

Commit

Permalink
Update installer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alabulei1 authored Apr 23, 2024
1 parent 02720ec commit 5c8051f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/node-guide/quick-start/installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ First, let's install the required GaiaNet software with the GaiaNet installer on


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

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.
Expand All @@ -29,7 +29,8 @@ Then, use `gaianet run` to start your node.

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.

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


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

Expand Down

0 comments on commit 5c8051f

Please sign in to comment.