1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-08-08 08:12:29 -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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,12 @@ cd ~/aprsd2
git clone https://github.com/craigerl/aprsd.git git clone https://github.com/craigerl/aprsd.git
cd aprsd cd aprsd
pip install -e . 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! # # profit! #