diff --git a/README.md b/README.md index 4a74fefe..bb00737a 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,7 @@ You'll need to pass configuration options through shell environment variables. * Clone this repository: `git clone https://github.com/xSke/PluralKit` * Create a virtualenv: `virtualenv --python=python3.6 venv` * Install dependencies: `venv/bin/pip install -r requirements.txt` -* Run PluralKit with environment variables: `TOKEN=... CLIENT_ID=... DATABASE_USER=... venv/bin/python src/bot_main.py` \ No newline at end of file +* Run PluralKit with environment variables: `TOKEN=... CLIENT_ID=... DATABASE_USER=... venv/bin/python src/bot_main.py` + +# License +This project is under the Apache License, Version 2.0. It is available at the following link: https://www.apache.org/licenses/LICENSE-2.0 \ No newline at end of file