Skip to content

Commit 22b9d19

Browse files
Shandelierlina128
andauthored
Update README.md (#743)
Point 2. changed `yarn -rf` to `rm -rf` Added point 6. because on entering `localhost:1234` app return alert which might be confusing for new programmers. Co-authored-by: Na Li <[email protected]>
1 parent 71f57d3 commit 22b9d19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pose-detection/demos/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ If you want to run any of the demos locally, follow these steps:
3939

4040
1. Go to the demo folder, e.g. `cd live_video`
4141

42-
2. Remove cache etc. `yarn -rf .cache dist node_modules`
42+
2. Remove cache etc. `rm -rf .cache dist node_modules`
4343

4444
3. Build dependency. `yarn build-dep`
4545

4646
4. Install dependencies. `yarn`
4747

4848
5. Run the demo. `yarn watch`
49+
50+
6. The demo runs at `localhost:1234`. (Remember to provide URL model parameter e. g. `localhost:1234/?model=movenet`)

0 commit comments

Comments
 (0)