Update README.md

This commit is contained in:
Daniel 2022-06-10 10:08:45 +04:30 committed by GitHub
parent 34179ddd6a
commit 4d6d6172ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ The objective is to have a self-hosted place to keep useful links in one place,
2. Edit [/src/config.js](src/config.js) accordingly.
3. Head to the main folder using terminal and run: `(cd api && npm install) && npm install --legacy-peer-deps` for the dependancies.
3. Head to the main folder using terminal and run: `(cd api && npm install) && npm install --legacy-peer-deps` for the dependencies.
4. Run `npm start` to start the application.