diff --git a/Home.md b/Home.md
index aafe3eb..f3e2060 100644
--- a/Home.md
+++ b/Home.md
@@ -1,6 +1,6 @@
# Deezloader Remix
-Deezloader Remix is an improved version of Deezloader based on the Reborn branch.
-With this app you can download songs, playlists and albums directly from Deezers Server in a single and well packaged app.
+Deezloader Remix is an improved version of Deezloader based on the Reborn branch.
+With this app you can download songs, playlists and albums directly from Deezer's Server in a single and well packaged app.
## Features
### Base Features
@@ -20,18 +20,32 @@ With this app you can download songs, playlists and albums directly from Deezers
* MOAR Optimizations
## Contacts
-Beta Testing Group [Deezloader Remix Group](https://t.me/joinchat/BJf2dUoyFbTomvUGaslmCA)
+News: [@RemixDevs](https://t.me/RemixDevs)
+Downloads: [@DeezloaderRemix](https://t.me/DeezloaderRemix)
+Chat: [@DeezloaderRemixCommunity](https://t.me/DeezloaderRemixCommunity)
+Betas: [Telegram Link](https://t.me/joinchat/AAAAAEtFM-k2RJse44mdMA)
+
+## Useful Pages
+* [Full Changelog](https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Changelog)
+* [Mirrors](https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Downloads)
+* [FAQ](FAQ)
+* [Login via userToken](Login+via+userToken)
+* [Spotify Features](Spotify+Features)
+* [State of the final update](State+of+the+final+update)
## Build
-If you want to buid it yourself you will need Node.js installed and npm or yarn.
-There is a missing file containing the clientSecret e clientId of my SpotifyApp (for spotify integration).
-You need to get them [here](https://developer.spotify.com/dashboard/applications) and change the values from here.
-```module.exports = {
- clientId: 'CLIENTID_HERE',
- clientSecret: 'CLIENTSECRET_HERE'
-}```
-The file should be put into `./app/authCredentials.js` (the same folder where `deezer-api.js` is).
-Then to build it you just need to run `npm install` or `yarn install` and after that `compile.sh` or `.bat`.
+If you want to buid it yourself you will need Node.js installed, git and npm or yarn.
+To start utilizing the app you should open a terminal inside the project folder and run `npm install`.
+If you want to start the app, without compiling it you can use `npm start`
+To run it in server mode you can use `npm start -- -s` or go inside the `app` folder and use `node app.js`
+To build the app for other OSs follow the table below
+
+| OS | Command |
+| ------------------ | -------------------- |
+| Windows x64 | `npm run dist:win64` |
+| Windows x32 or x86 | `npm run dist:win32` |
+| Linux | `npm run dist:linux` |
+| macOS | `npm run dist:macOS` |
## Disclaimer
I am not responsible for the usage of this program by other people.