docs: remove the usage of sudo (#1116)

This commit is contained in:
Kerollos Magdy 2021-12-07 19:39:34 +02:00 committed by GitHub
parent ac2791e49f
commit 8e6f0cc370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**: