diff --git a/pages/devs/get-started/cli.mdx b/pages/devs/get-started/cli.mdx index 3676155..34e0b02 100644 --- a/pages/devs/get-started/cli.mdx +++ b/pages/devs/get-started/cli.mdx @@ -18,7 +18,7 @@ To install Go, follow one of the recommended methods below or consult the [offic ### Installation ```Text bash -curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.8.0 +curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/dev/install.sh | bash -s -- v0.12.1 ``` @@ -73,4 +73,4 @@ Flags: --trace print out full stack trace on errors Use "allorad [command] --help" for more information about a command. -``` \ No newline at end of file +``` diff --git a/pages/devs/get-started/model-forge.mdx b/pages/devs/get-started/model-forge.mdx index 8976dc7..9b4ae17 100644 --- a/pages/devs/get-started/model-forge.mdx +++ b/pages/devs/get-started/model-forge.mdx @@ -18,7 +18,7 @@ To get started, you'll need to create a wallet on the Allora Network. Open your terminal and run the following command to install the `allorad` CLI tool. ```bash -curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.8.0 +curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/dev/install.sh | bash -s -- v0.12.1 ``` #### Create a Wallet @@ -151,4 +151,4 @@ Steps: 3. Click on a topic to view your performance metrics ![topic-metrics](/topic-stats.png) -- Your `Score` and `ALLO Earned` indicate your overall performance in the topic. \ No newline at end of file +- Your `Score` and `ALLO Earned` indicate your overall performance in the topic.