mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add Apache 2 license notice to README. Closes #45.
This commit is contained in:
parent
3c96852652
commit
3e7800971b
1 changed files with 4 additions and 1 deletions
|
|
@ -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`
|
||||
* 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…
Add table
Add a link
Reference in a new issue