Skip to content

Commit

Permalink
add .sh to command
Browse files Browse the repository at this point in the history
  • Loading branch information
piber-dev authored Nov 12, 2024
1 parent dfc652c commit e79e154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $ curl -sSfL https://raw.githubusercontent.com/akash-network/node/main/install.s
Or install a specific version with [GoDownloader](https://github.com/goreleaser/godownloader)

```sh
$ curl -sSfL https://raw.githubusercontent.com/akash-network/node/main/install | sh -s -- v0.22.0
$ curl -sSfL https://raw.githubusercontent.com/akash-network/node/main/install.sh | sh -s -- v0.22.0
```

# Roadmap and contributing
Expand Down

0 comments on commit e79e154

Please sign in to comment.