diff --git a/README.md b/README.md index 06188a9..b3433c7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Scc Count Badge](https://sloc.xyz/github/klemek/miniscord?category=code)](https://github.com/boyter/scc/#badges-beta) [![Total alerts](https://img.shields.io/lgtm/alerts/g/Klemek/miniscord.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Klemek/miniscord/alerts/) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Klemek/miniscord.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Klemek/miniscord/context:python) [![Coverage Status](https://coveralls.io/repos/github/Klemek/miniscord/badge.svg?branch=master)](https://coveralls.io/github/Klemek/miniscord?branch=master) @@ -42,12 +43,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 +71,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