From b71144ab0ad6ef2f11e1bbbefb35e6c24cab1e1a Mon Sep 17 00:00:00 2001 From: Klemek Date: Mon, 31 Aug 2020 15:40:02 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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