
# installation instructions for the short-attention-span user like me

mkdir -p ~/.aprsd

cd ~
virtualenv .venv_aprsd
cd .venv_aprsd/
source ./bin/activate

mkdir ~/aprsd2
cd ~/aprsd2
git clone https://github.com/craigerl/aprsd.git
cd aprsd
pip install -e .
cd ~/.venv_aprsd/bin

./aprsd sample-config    # generates a config.yml template

vi ~/.config/aprsd/config.yml   # copy/edit config here

./aprsd server

# profit! #
