place arch install instructions
This commit is contained in:
parent
f067b0200b
commit
e98d4ffbac
17
README.md
17
README.md
@ -1,13 +1,20 @@
|
|||||||
## Radionice
|
# Radionice
|
||||||
|
|
||||||
Usage: `make`
|
Usage: `make`
|
||||||
|
|
||||||
## Dependecies:
|
## Dependecies:
|
||||||
#### For Debian:
|
|
||||||
```
|
### For Debian:
|
||||||
|
|
||||||
|
```bash
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install pandoc
|
sudo apt install pandoc
|
||||||
sudo apt install tikzit
|
sudo apt install tikzit
|
||||||
```
|
```
|
||||||
#### For Arch:
|
|
||||||
TODO
|
### For Arch:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pacman -Sy pandoc texlive-binextra texlive-pictures texlive-latexrecommended texlive-fontsrecommended
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user