diff --git a/README.md b/README.md index 2128ac7..76b60d9 100644 --- a/README.md +++ b/README.md @@ -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 ```

@@ -206,4 +206,4 @@ $ ghctl create repo --name my-repo --verbose ## Developing See [Developer guide](docs/DEVELOPING.md). ---> \ No newline at end of file +-->