1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-09-28 08:06:37 -04:00

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

View File

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