diff --git a/website/download.html b/website/download.html index 3db4e6e..c5d8d5a 100644 --- a/website/download.html +++ b/website/download.html @@ -53,6 +53,10 @@ Linux AppImage v0.5.0-beta + + Linux CLI / Anchor + v0.5.0-beta + @@ -83,6 +87,19 @@ Note: If it doesn't launch, you may need to install FUSE:
sudo apt install libfuse2 (Debian/Ubuntu) or sudo dnf install fuse (Fedora). + +
+

Linux CLI / Anchor

+
    +
  1. Download the binary — Click the CLI button above to download.
  2. +
  3. Make it executablechmod +x itsgoin-cli-*
  4. +
  5. Run as node./itsgoin-cli-* /path/to/data --daemon
  6. +
  7. Run as anchor./itsgoin-cli-* /path/to/data --bind 0.0.0.0:4433 --daemon --web 8080
  8. +
+
+ Note: The CLI binary is the same as the anchor server. Run with --help for all options. +
+