Skip to content

Commit

Permalink
docs: remove the usage of sudo (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerolloz committed Dec 7, 2021
1 parent ac2791e commit 8e6f0cc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/guide/getting-started.md
Expand Up @@ -13,12 +13,16 @@

**Linux**:

::: tip Note
`sudo` may be required depending on your system configuration.
:::

| Package Manager | Command |
| --------------- | ------------------------------ |
| Aptitude | `sudo apt install curl git` |
| DNF | `sudo dnf install curl git` |
| Pacman | `sudo pacman -S curl git` |
| Zypper | `sudo zypper install curl git` |
| Aptitude | `apt install curl git` |
| DNF | `dnf install curl git` |
| Pacman | `pacman -S curl git` |
| Zypper | `zypper install curl git` |

**macOS**:

Expand Down

0 comments on commit 8e6f0cc

Please sign in to comment.