fix code blocks
This commit is contained in:
parent
0a2bfef2c2
commit
670f0878b6
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -24,22 +24,22 @@ python3
|
||||||
pip3
|
pip3
|
||||||
```
|
```
|
||||||
|
|
||||||
You can install these with the following commands in these distros. You will most likely need to run `sudo` before any of these commands.
|
You can install these with the following commands in these distros:
|
||||||
### Ubuntu/Debian
|
### Ubuntu/Debian
|
||||||
```bash
|
```bash
|
||||||
# apt install git npm nodejs python3 python3-pip
|
$ sudo apt install git npm nodejs python3 python3-pip
|
||||||
```
|
```
|
||||||
### Fedora/CentOS/Other RHEL
|
### Fedora/CentOS/Other RHEL
|
||||||
```bash
|
```bash
|
||||||
# yum install git npm nodejs python3 python3-pip
|
$ sudo yum install git npm nodejs python3 python3-pip
|
||||||
```
|
```
|
||||||
### Arch/Manjaro
|
### Arch/Manjaro
|
||||||
```bash
|
```bash
|
||||||
# pacman -S git npm nodejs python3 python-pip
|
$ sudo pacman -S git npm nodejs python3 python-pip
|
||||||
```
|
```
|
||||||
### openSUSE
|
### openSUSE
|
||||||
```bash
|
```bash
|
||||||
# zypper install git npm16 nodejs16 python3 python3-pip
|
$ sudo zypper install git npm16 nodejs16 python3 python3-pip
|
||||||
```
|
```
|
||||||
### Other Distros/BSD
|
### Other Distros/BSD
|
||||||
If you fit this description, you probably know what you're doing.
|
If you fit this description, you probably know what you're doing.
|
||||||
|
|
Reference in a new issue