Skip to content

Commit 3de4253

Browse files
committed
Added docu
1 parent 4e9acdf commit 3de4253

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ This project uses Spring Boot and Maven. To run locally, type:
4848
Install frontend dependencies
4949

5050
```bash
51-
(cd client && yarn)
51+
cd client
52+
nvm use
53+
yarn install
5254
```
5355

5456
Run frontend

0 commit comments

Comments
 (0)