Skip to content

Commit 850c0bd

Browse files
authored
Update README.md
1 parent cc04c60 commit 850c0bd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,17 @@
2222

2323
### How to install 😒
2424

25+
You can utilise that software in two different ways.
26+
27+
- Using **Nodejs**.
28+
- Using **Docker**.
29+
30+
Frist, here is by using **Nodejs**.
31+
2532
1. Click on green **Clone or download** button and choose Download ZIP.
2633
2. Find the downloaded zipped file on your pc and extract it.
2734
3. Then install `nodejs` and `NPM` in your local system
28-
4. Open Root Directory and install all dependences by that commend `npm install`,
35+
4. Open Root Directory by `cd SimpleCURD` and install all dependences by that commend `npm install` or `pnpm install` in both directory `frontend` and `backend`.
2936
5. Run commend.
3037
> ```npm run start```
3138

0 commit comments

Comments
 (0)