mirror of
https://gitea.dmz.rs/Decentrala/workshops.git
synced 2026-07-11 05:52:31 +02:00
place arch install instructions
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user