diff --git a/README.md b/README.md index 06188a9..23d44cf 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,19 @@ bot.start() ## Installation -To install this package on your project, use : +**1. Install package** ``` pip install git+git://github.com/Klemek/miniscord.git ``` +**2. Make a .env file as following** + +``` +#.env +DISCORD_TOKEN= +``` + ## Documentation *TODO* @@ -63,4 +70,4 @@ pip install git+git://github.com/Klemek/miniscord.git * Add comments to code * Separate branches * Working CI -* Fix bugs \ No newline at end of file +* Fix bugs