Skip to content

Commit

Permalink
Merge pull request #74 from norphiil/patch-1
Browse files Browse the repository at this point in the history
docs: Add missing sudo to install's step
  • Loading branch information
notAreYouScared authored Oct 7, 2024
2 parents eb09ef1 + b2edd8d commit acafe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wings/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ run the commands below, which will create the base directory and download the wi

```sh
sudo mkdir -p /etc/pelican /var/run/wings
curl -L -o /usr/local/bin/wings "https://github.com/pelican-dev/wings/releases/latest/download/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
sudo curl -L -o /usr/local/bin/wings "https://github.com/pelican-dev/wings/releases/latest/download/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
sudo chmod u+x /usr/local/bin/wings
```

Expand Down

0 comments on commit acafe5e

Please sign in to comment.