diff --git a/README.md b/README.md
index ae609edf8..d548afd60 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,9 @@ Documenso aims to be the world's most trusted document signing tool. This trust
# Setup
-`git clone repourl`
-`npm i in ./`
-`rename example.env to .env`
-`set values in .env`
\ No newline at end of file
+- Clone the repo: git clone https://github.com/ElTimuro/documenso
+- Run npm i in root directory
+- Rename .env.example to .env
+- Set DATABASE_URL and SENDGRID_API_KEY values in .env file
+- Run npm run dev root directory to start
+- Register a new user at http://localhost:3000/signup
\ No newline at end of file