GaiaNet-AI / docs

Apache License 2.0
8 stars 8 forks source link

Update install_uninstall.md #39

Closed alabulei1 closed 4 months ago

juntao commented 4 months ago

Hello, I am a PR summary agent on flows.network. Here are my reviews of code commits in this PR.


Commit 882c56af646327d7acc8a4d406ca5b1e918bd50d

  1. The documentation for installing the GaiaNet node has been updated to include instructions on how to install a specific version of the GaiaNet Node, rather than just the latest version.
  2. Users can now specify a custom installation directory using the --base flag during installation. This change allows users to install GaiaNet in a directory other than the default $HOME/gaianet.
  3. If a custom installation directory is used, the --base flag should be included when initializing and starting/stopping the node to ensure it runs from the correct location.
  4. An example has been provided in the documentation to demonstrate how to use the --base flag with a custom installation directory.