diff --git a/README.md b/README.md index b5f1355..9556580 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Really Simple BBS (rsbbs) implements a message board for packet radio, suitable ## Installation 1. Clone the repo to a reasonable location. +2. Run `pip install -r requirements.txt` (setup.py is not working) 2. Copy config.yaml.sample to config.yaml and update it. ## Usage @@ -45,3 +46,6 @@ options: Checkout the [sample transcript](sample_transcript.txt) for a look at how it works. +## License + +GPLv3. \ No newline at end of file