-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): dusk-2 to dusk-3 updates (#34)
## Description Updated all references to `dusk-2` to `dusk-3`. Updated referenced software versions. Updated cli install instructions for new cli version.
- Loading branch information
1 parent
d5e83e7
commit 95f8f2b
Showing
11 changed files
with
58 additions
and
562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
### Clone the Astria [dev-cluster](https://github.com/astriaorg/dev-cluster/tree/main) | ||
|
||
```bash | ||
git clone --branch dusk-2 https://github.com/astriaorg/dev-cluster.git | ||
git clone --branch dusk-3 https://github.com/astriaorg/dev-cluster.git | ||
``` | ||
|
||
### Install the latest [astria cli](https://github.com/astriaorg/astria/releases/tag/cli-v0.2.0) | ||
### Install the latest [astria cli](https://github.com/astriaorg/astria/releases/tag/cli-v0.2.2) | ||
|
||
import Tabs from '@theme/Tabs'; | ||
import TabItem from '@theme/TabItem'; | ||
|
||
<Tabs> | ||
<TabItem value="ARM Mac" label="ARM Mac" default> | ||
|
||
curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.2.0/astria-cli-aarch64-apple-darwin.tar.gz > astria-cli.tar.gz | ||
```bash | ||
curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.2.2/astria-cli-aarch64-apple-darwin.tar.gz > astria-cli.tar.gz | ||
tar -xvzf astria-cli.tar.gz | ||
|
||
``` | ||
</TabItem> | ||
<TabItem value="X86_64 Mac" label="X86_64 Mac"> | ||
|
||
curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.2.0/astria-cli-x86_64-apple-darwin.tar.gz > astria-cli.tar.gz | ||
```bash | ||
curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.2.2/astria-cli-x86_64-apple-darwin.tar.gz > astria-cli.tar.gz | ||
tar -xvzf astria-cli.tar.gz | ||
|
||
``` | ||
</TabItem> | ||
<TabItem value="x86_64 Linux" label="x86_64 Linux"> | ||
|
||
curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.2.0/astria-cli-x86_64-unknown-linux-gnu.tar.gz > astria-cli.tar.gz | ||
```bash | ||
curl -L https://github.com/astriaorg/astria/releases/download/cli-v0.2.2/astria-cli-x86_64-unknown-linux-gnu.tar.gz > astria-cli.tar.gz | ||
tar -xvzf astria-cli.tar.gz | ||
|
||
``` | ||
</TabItem> | ||
<TabItem value="From Source" label="From Source"> | ||
|
||
cargo install astria-cli --git=https://github.com/astriaorg/astria --tag=cli-v0.2.0 --locked | ||
|
||
```bash | ||
cargo install astria-cli --git=https://github.com/astriaorg/astria --tag=cli-v0.2.2 --locked | ||
``` | ||
</TabItem> | ||
</Tabs> | ||
|
||
You'll also need to install the following tools: | ||
|
||
:::warning | ||
There is a bug in the latest Docker desktop release for MacOS | ||
Please install the following release: <https://docs.docker.com/desktop/release-notes/#4252> | ||
Please install the following release: [https://docs.docker.com/desktop/release-notes/#4252](https://docs.docker.com/desktop/release-notes/#4252) | ||
For more details see [here](https://github.com/docker/for-mac/issues/7100) | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.