feat: add doc/openvpn.md

This commit is contained in:
dancingCycle 2023-11-20 10:04:19 +01:00
parent 3b6b4d64a8
commit 6fe134c5ce
2 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,5 @@ sudo apt update
* install
```
sudo apt update
sudo apt install openvpn --no-install-recommends
```

11
doc/osmconvert.md Normal file
View File

@ -0,0 +1,11 @@
# Setup osmconvert
* update Apt repository cache
```
sudo apt update
```
* install
```
sudo apt install osmctools --no-install-recommends
```