diff --git a/docs/docs/contribute/INSTALLATION.md b/docs/docs/contribute/INSTALLATION.md index 66f646d2b..53acb057b 100644 --- a/docs/docs/contribute/INSTALLATION.md +++ b/docs/docs/contribute/INSTALLATION.md @@ -23,7 +23,10 @@ Below are the steps to follow - ``` cp .env.frontend_dev apps/OpenSign/.env ``` -- CD to /apps/OpenSign directory +- Switch to OpenSign directory. + ``` + cd apps/OpenSign + ``` - Install NPM packages using ``` npm install