Skip to content

Commit

Permalink
fix: Put missing v on documentation wget and curl of binary (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac authored Mar 27, 2023
1 parent 34180a6 commit e596ce2
Showing 1 changed file with 2 additions and 2 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/1.0.0/sedge-v1.0.0-linux-amd64 --output sedge
curl -L https://github.com/NethermindEth/sedge/releases/download/v1.0.0/sedge-v1.0.0-linux-amd64 --output sedge
```

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

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

</TabItem>
Expand Down

0 comments on commit e596ce2

Please sign in to comment.