docs: asdf dependencies for openSUSE and ArchLinux (#714)

This commit is contained in:
Alexandre ZANNI 2020-04-27 00:23:48 +02:00 committed by GitHub
parent bdc7dd8aa8
commit ad73ea1fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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