diff --git a/README.md b/README.md
index 07f7e27..2cac334 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,53 @@
-# Workmate-Server-Linux
\ No newline at end of file
+
+
+
+
+
+Workmate Server per Linux
+
+
+
+[![Status](https://img.shields.io/badge/status-active-success.svg)]()
+
+
+
+---
+
+## 📝 Indice
+
+- [Iniziare](#getting_started)
+- [Uso](#usage)
+- [Tecnologie](#tech_stack)
+- [Autori](#authors)
+
+## 🏁 Iniziare
+
+Per scaricare il codice sorgente basta scrivere questo in una Git bash:
+
+```console
+git clone https://github.com/Workmate-app/Workmate/Workmate-Server-Linux
+```
+
+Ora si deve scaricare .net6.0, per farlo seguire la documentazioni di [Microsoft](https://docs.microsoft.com/en-us/dotnet/core/install/linux)
+
+Una volta installato .net6.0 basterà recarsi nell cartella scaricata ed eseguire il comando:
+```console
+dotnet run
+```
+
+In caso di firewall consentire la porta 16460 in entrata
+
+## 🎈 Uso
+
+Una volta apparso a schermo "Server started" sarà possibile iniziare le connessioni con i client seguendo l'apposita guida
+
+Per fermare il server digitare "stop"
+
+## ⛏️ Fatto con
+
+- [Visual Studio Code](https://code.visualstudio.com/) - Text Editor
+- [C#](https://docs.microsoft.com/en-us/dotnet/csharp/) - Linguaggio di programmazione
+
+## ✍️ Autori
+
+- [@matteopiffari](https://github.com/matteopiffari) - Idea & Work