From f175f7e6e31f41fd0dd9eb6fbb40bd2aea8b4cfb Mon Sep 17 00:00:00 2001 From: craigerl Date: Wed, 2 Dec 2020 12:30:58 -0800 Subject: [PATCH] INSTALL.txt for the average person --- INSTALL.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 INSTALL.txt diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..3b80896 --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,18 @@ + +# installation instructions for the short-attention-span user like me + + +cd ~ +virtualenv .venv +cd .venv/ +source ./activate + +git clone https://github.com/craigerl/aprsd.git +cd aprsd +pip install . + +mkdir -p ~/.aprsd + +./bin/aprsd + +vi ~/.aprsd/config.yml