From 89069af58a03427f45f255109ecbee9ff0b3a351 Mon Sep 17 00:00:00 2001 From: Craig Lamparter Date: Sat, 5 Dec 2020 12:55:15 -0800 Subject: [PATCH 1/2] Update INSTALL.txt --- INSTALL.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.txt b/INSTALL.txt index 3b80896..ba077cc 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -16,3 +16,7 @@ mkdir -p ~/.aprsd ./bin/aprsd vi ~/.aprsd/config.yml + +./bin/aprsd + +# profit! # From d1ab8bc27d3977f5b8ca1f9280d8857602414900 Mon Sep 17 00:00:00 2001 From: Craig Lamparter Date: Sat, 5 Dec 2020 12:56:52 -0800 Subject: [PATCH 2/2] Update INSTALL.txt --- INSTALL.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index ba077cc..ee9f0a9 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -13,9 +13,9 @@ pip install . mkdir -p ~/.aprsd -./bin/aprsd +./bin/aprsd # generates a config.yml template on first run -vi ~/.aprsd/config.yml +vi ~/.aprsd/config.yml ./bin/aprsd