1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-03 14:44:47 -04:00

Update INSTALL.txt

This commit is contained in:
Craig Lamparter
2021-01-15 09:36:30 -08:00
committed by GitHub
parent 33a0e6c18d
commit 47ccce53ea
+4 -4
View File
@@ -13,12 +13,12 @@ cd ~/aprsd2
git clone https://github.com/craigerl/aprsd.git
cd aprsd
pip install -e .
cd ~/.venv_aprsd
cd ~/.venv_aprsd/bin
./bin/aprsd # generates a config.yml template on first run
./aprsd sample-config # generates a config.yml template
vi ~/.aprsd/config.yml
vi ~/.config/aprsd/config.yml # copy/edit config here
./bin/aprsd
./aprsd server
# profit! #