From b71144ab0ad6ef2f11e1bbbefb35e6c24cab1e1a Mon Sep 17 00:00:00 2001 From: Klemek Date: Mon, 31 Aug 2020 15:40:02 +0200 Subject: [PATCH 1/2] 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 From 594558f53273c7959ceb414df05638a2be724633 Mon Sep 17 00:00:00 2001 From: Klemek Date: Mon, 31 Aug 2020 15:41:43 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23d44cf..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)