mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
docs: asdf dependencies for openSUSE and ArchLinux (#714)
This commit is contained in:
parent
bdc7dd8aa8
commit
ad73ea1fe2
@ -216,6 +216,18 @@ sudo apt install curl git
|
||||
sudo dnf install curl git
|
||||
```
|
||||
|
||||
#### -- Linux,Pacman --
|
||||
|
||||
```shell
|
||||
sudo pacman -S curl git
|
||||
```
|
||||
|
||||
#### -- Linux,Zypper --
|
||||
|
||||
```shell
|
||||
sudo zypper install curl git
|
||||
```
|
||||
|
||||
#### -- macOS,Homebrew --
|
||||
|
||||
```shell
|
||||
|
Loading…
Reference in New Issue
Block a user