Skip to content

Commit

Permalink
add sudo command for linux installation (#589)
Browse files Browse the repository at this point in the history
you need `sudo` command to move binary file to `/usr/local/bin/`

Signed-off-by: aoshfan.isahak <[email protected]>
  • Loading branch information
aoshfan authored Oct 4, 2024
1 parent 54e177d commit 98519df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Installation-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ VERSION=$(curl --silent "https://api.github.com/repos/argoproj-labs/argocd-autop
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/"$VERSION"/argocd-autopilot-linux-amd64.tar.gz | tar zx

# move the binary to your $PATH
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
sudo mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot

# check the installation
argocd-autopilot version
Expand Down

0 comments on commit 98519df

Please sign in to comment.