mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
docs: remove the usage of sudo (#1116)
This commit is contained in:
parent
ac2791e49f
commit
8e6f0cc370
@ -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**:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user