From c83a4282223fa6a7118f61e45c23673dd0ad519f Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Thu, 9 Feb 2023 12:16:00 +0100 Subject: [PATCH] readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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