Skip to content

Commit

Permalink
feat: update 1.0.0 to 1.1.0 on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Apr 7, 2023
1 parent c5b9669 commit fbfd8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/quickstart/complete-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ want to use another installation method:
<TabItem value="curl" label="curl">

```
curl -L https://github.com/NethermindEth/sedge/releases/download/v1.0.0/sedge-v1.0.0-linux-amd64 --output sedge
curl -L https://github.com/NethermindEth/sedge/releases/download/v1.1.0/sedge-v1.1.0-linux-amd64 --output sedge
```

</TabItem>
<TabItem value="wget" label="wget">

```
wget https://github.com/NethermindEth/sedge/releases/download/v1.0.0/sedge-v1.0.0-linux-amd64 -O sedge
wget https://github.com/NethermindEth/sedge/releases/download/v1.1.0/sedge-v1.1.0-linux-amd64 -O sedge
```

</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/quickstart/install-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Downloading any binary from the internet risks downloading files that malicious,
</TabItem>
</Tabs>

> Replace `<VERSION>` with the desired version number, e.g 1.0.0; `<OS>` with your OS, e.g linux; and `<ARCH>` with your architecture, e.g amd64.
> Replace `<VERSION>` with the desired version number, e.g 1.1.0; `<OS>` with your OS, e.g linux; and `<ARCH>` with your architecture, e.g amd64.
2. Open a console or terminal instance on the directory you downloaded the binary.
3. Set binary as executable executing `chmod +x <binary>` in the Terminal. Replace `<binary>` with the name of the downloaded binary.
Expand Down

0 comments on commit fbfd8c9

Please sign in to comment.