diff --git a/README.md b/README.md
index e1ecd07..b32e76e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,16 @@
-# WIP: Translator
+# Translator
Windows desktop app to translate in real-time from audio input and based on [Microsoft Azure Cognitives Services](https://azure.microsoft.com/fr-fr/products/cognitive-services/speech-services/)
-## Not ready yet... but soon 😉
\ No newline at end of file
+## First release is here 🎉
+
+Download it in the [release](https://github.com/louangr/Translator/releases) section
+
+## What does it look like?
+
+
+
+
+## How to install it?
+
+Let's see the steps in this [doc](./docs/installation/README.md)
\ No newline at end of file
diff --git a/docs/images/homePage.png b/docs/images/homePage.png
new file mode 100644
index 0000000..48ce571
Binary files /dev/null and b/docs/images/homePage.png differ
diff --git a/docs/images/translationPage.png b/docs/images/translationPage.png
new file mode 100644
index 0000000..9fb7d6c
Binary files /dev/null and b/docs/images/translationPage.png differ
diff --git a/docs/installation/README.md b/docs/installation/README.md
new file mode 100644
index 0000000..4eb4366
--- /dev/null
+++ b/docs/installation/README.md
@@ -0,0 +1,19 @@
+To install the package, you need to :
+
+- in `Windows Settings` > `Privacy and Security` > `For developers`, enable `Developer Mode`
+
+- open the `Package` folder, press `Shift` and right-click the `Install.ps1` file, then select `Copy as path`
+
+- open `Windows Powershell` as Administrator
+
+ - run `Set-ExecutionPolicy Bypass`, validate by typing `Y` as Yes
+
+ - paste the path to `Install.ps1` file you copied, remove quotes and run it (eg: `C:\Path\To\Package\Install.ps1`)
+
+ - if necessary, validate installation of the certificate by typing `Y` as Yes on the next steps
+
+ - a confirmation message appears when the installation is complete.
+
+ - run `Set-ExecutionPolicy Restricted`, validate by typing `Y` as Yes
+
+- in `Windows Settings` > `Privacy and Security` > `For developers`, disable `Developer Mode`
\ No newline at end of file