Add Apache 2 license notice to README. Closes #45.
This commit is contained in:
parent
3c96852652
commit
3e7800971b
@ -36,3 +36,6 @@ You'll need to pass configuration options through shell environment variables.
|
|||||||
* Create a virtualenv: `virtualenv --python=python3.6 venv`
|
* Create a virtualenv: `virtualenv --python=python3.6 venv`
|
||||||
* Install dependencies: `venv/bin/pip install -r requirements.txt`
|
* 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`
|
* 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
|
Loading…
Reference in New Issue
Block a user