Skip to content

Commit

Permalink
docs: code snippet lacks "sudo"
Browse files Browse the repository at this point in the history
Users who are getting started will expect the code snippets to work as
is. Adding "sudo" in the documentation to improve user experience.

Signed-off-by: Sander Flobbe <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
sflobbe authored and smira committed May 30, 2023
1 parent 45ac3d8 commit f711a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/content/v0.5/Getting Started/prereq-cli-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ The latest version can be found on our
```bash
sudo curl -Lo /usr/local/bin/talosctl \
"https://github.com/talos-systems/talos/releases/latest/download/talosctl-$(uname -s | tr '[:upper:]' '[:lower:]')-amd64"
chmod +x /usr/local/bin/talosctl
sudo chmod +x /usr/local/bin/talosctl
```
2 changes: 1 addition & 1 deletion website/content/v0.6/Getting Started/prereq-cli-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ The latest version can be found on our
```bash
sudo curl -Lo /usr/local/bin/talosctl \
"https://github.com/talos-systems/talos/releases/latest/download/talosctl-$(uname -s | tr '[:upper:]' '[:lower:]')-amd64"
chmod +x /usr/local/bin/talosctl
sudo chmod +x /usr/local/bin/talosctl
```

0 comments on commit f711a64

Please sign in to comment.