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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

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! #