Update README.md
This commit is contained in:
@@ -42,12 +42,19 @@ bot.start()
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
To install this package on your project, use :
|
**1. Install package**
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install git+git://github.com/Klemek/miniscord.git
|
pip install git+git://github.com/Klemek/miniscord.git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**2. Make a .env file as following**
|
||||||
|
|
||||||
|
```
|
||||||
|
#.env
|
||||||
|
DISCORD_TOKEN=<bot token from discordapp.com/developers>
|
||||||
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
*TODO*
|
*TODO*
|
||||||
@@ -63,4 +70,4 @@ pip install git+git://github.com/Klemek/miniscord.git
|
|||||||
* Add comments to code
|
* Add comments to code
|
||||||
* Separate branches
|
* Separate branches
|
||||||
* Working CI
|
* Working CI
|
||||||
* Fix bugs
|
* Fix bugs
|
||||||
|
|||||||
Reference in New Issue
Block a user