Update INSTALL.txt

This commit is contained in:
Craig Lamparter 2020-12-09 08:05:08 -08:00 committed by GitHub
parent 9dcb73b2a1
commit 9cd65424f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ mkdir ~/aprsd2
cd ~/aprsd2
git clone https://github.com/craigerl/aprsd.git
cd aprsd
pip install .
pip install -e .
cd ~/.venv_aprsd
./bin/aprsd # generates a config.yml template on first run