Skip to content

Commit

Permalink
Update customized-node-setting.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alabulei1 authored Apr 18, 2024
1 parent 2ac32aa commit e5dd7a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/node-guide/customized-node-setting.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Then, you will choose whether you want to build a RAG agent or not. If you choos

> If you don’t want to create RAG agents, click Skip to skip this step.
Then, choose a domain to join. The default domain is gaianet.xyz. Learn more about domain and subdomain.
Then, choose a domain to join. The default domain is gaianet.xyz. Learn more about domain and subdomain here.

Finally, click on confirm, the GaiaNet installer will generate all the steps to run a customized node.

Expand All @@ -35,11 +35,11 @@ bash <(curl -sSfL 'https://raw.githubusercontent.com/GaiaNet-AI/gaianet-node/mai
Then, run the following command line to init your customized node.

```
cd gaianet
cd $HOME/gaianet
./gaianet init https://huhiohuhi-config.json
```

After the installation is successful, run the following command line to init your node.
After the installation is successful, run the following command line to run your node.

```
./gaianet run
Expand Down

0 comments on commit e5dd7a2

Please sign in to comment.