mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-25 09:28:38 -05:00
Merge pull request #135 from jhmartin/update-installdoc
Update INSTALL with new conf files
This commit is contained in:
commit
8746a9477c
@ -27,9 +27,10 @@ pip install -e .
|
|||||||
|
|
||||||
# CONFIGURE
|
# CONFIGURE
|
||||||
# Now configure aprsd HERE
|
# Now configure aprsd HERE
|
||||||
./aprsd sample-config # generates a config.yml template
|
mkdir -p ~/.config/aprsd
|
||||||
|
./aprsd sample-config > ~/.config/aprsd/aprsd.conf # generates a config template
|
||||||
|
|
||||||
vi ~/.config/aprsd/config.yml # copy/edit config here
|
vi ~/.config/aprsd/aprsd.conf # copy/edit config here
|
||||||
|
|
||||||
aprsd server
|
aprsd server
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user