1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-08-17 00:54:03 -04:00

Compare commits

...

3 Commits

Author SHA1 Message Date
hemna 658e6b6202 Updated Changelog for v1.5.1 2021-01-15 13:35:04 -05:00
hemna 98e3c246ad Updated README to fix pypi page
This patch updates the README to fix the overview image for
pypi.  This patch also updates the makefile to force broken
tox -p commands
2021-01-15 13:35:04 -05:00
Craig Lamparter 47ccce53ea Update INSTALL.txt 2021-01-15 09:36:30 -08:00
4 changed files with 12 additions and 6 deletions
+6
View File
@@ -1,9 +1,15 @@
CHANGES
=======
v1.5.1
------
* Updated README to fix pypi page
v1.5.0
------
* Updated Changelog for v1.5.0 release
* Fix tox tests
* fix usage statement
* Enabled some emailthread messages and added timestamp
+4 -4
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! #
+1 -1
View File
@@ -33,7 +33,7 @@ clean:
test: dev
.venv/bin/pre-commit run --all-files
tox -p
tox -p all
build: test
rm -rf dist/*
+1 -1
View File
@@ -40,7 +40,7 @@ of aprsd itself.
APRSD Overview Diagram
----------------------
.. image:: https://raw.githubusercontent.com/craigerl/aprsd/crager-stable/docs/_static/aprsd_overview.svg?sanitize=true
.. image:: https://raw.githubusercontent.com/craigerl/aprsd/master/docs/_static/aprsd_overview.svg?sanitize=true
Typical use case