From 14f995550abe1cc7996cfd38b9d5878606cd99a6 Mon Sep 17 00:00:00 2001
From: Romain J <romain.ordi@gmail.com>
Date: Fri, 5 Jun 2020 22:43:59 +0200
Subject: [PATCH] update(doc): add more explication in readme file

---
 README.md | 31 +++++++++++++++++++++++++------
 1 file changed, 25 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 79e302a..cdca9e5 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,6 @@ It is preferable to install the bot on a dedicated user. If you don't know how t
       - Python 3.7 or greater
       - Pip
       - Git
-      - JRE 11 (voice support)
 
 ### Operating systems
 
@@ -17,23 +16,28 @@ It is preferable to install the bot on a dedicated user. If you don't know how t
 ### Arch Linux
 
 ```shell script
-sudo pacman -Syu python python-pip git jre11-openjdk-headless base-devel
+sudo pacman -Syu python python-pip python-virtualenv git
 ```
 
 Continue by [creating virtual env](#creating-a-virtual-env).
 
 -----
 
-#### Debian Stretch
+#### Debian
 
 ```shell script
-sudo echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list.d/tuxbot.list
 sudo apt update
-sudo apt -y install make build-essential python3-openssl git openjdk-11-jre-headless
+sudo apt -y install python3 python3-dev python3-pip python3-venv git
 ```
 
 Continue by [creating virtual env](#creating-a-virtual-env).
 
+-----
+
+#### Windows
+
+*go to hell*
+
 ## Creating a virtual env
 
 Make sure you have the virtualenv package installed before following the next steps.
@@ -57,4 +61,19 @@ pip install .
 
 ## Configuration
 
-todo...
\ No newline at end of file
+It's time to set up your first instance, to do this, sou can simply execute this command:
+
+```shell script
+tuxbot-setup [your instance name]
+```
+
+After following the instructions, you can run your instance by executing this command:
+
+```shell script
+tuxbot [your instance name]
+```
+
+
+## Update
+
+*todo*
\ No newline at end of file