Skip to content

Commit

Permalink
Install command for Linux updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ffmammadov committed May 15, 2020
1 parent 439894d commit 8fd8b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ chmod +x /usr/local/bin/ghctl

For Linux based OS, you can use following oneliner to download latest binary for AMD64 architecture.
```console
$ curl -L "$(curl -Ls https://api.github.com/repos/amirashad/ghctl/releases/latest | grep -o -E "https://.+?_linux_amd64")" -o /usr/local/bin/ghctl && chmod +x /usr/local/bin/ghctl
$ sudo curl -L "$(curl -Ls https://api.github.com/repos/amirashad/ghctl/releases/latest | grep -o -E "https://.+?_linux_amd64")" -o /usr/local/bin/ghctl && sudo chmod +x /usr/local/bin/ghctl
```

</p></details>
Expand Down Expand Up @@ -206,4 +206,4 @@ $ ghctl create repo --name my-repo --verbose
## Developing
See [Developer guide](docs/DEVELOPING.md).
-->
-->

0 comments on commit 8fd8b71

Please sign in to comment.