Skip to content

Commit 85fe47b

Browse files
committed
Add debug server param to README
1 parent 60d6693 commit 85fe47b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ $ make
3131

3232
To run the playground, go to `target` directory and start the server:
3333

34+
```bash
35+
$ cd target
36+
$ ./playground -f ./data/packages.json -debug
3437
```
35-
cd target
3638

37-
./playground -f ./data/packages.json
38-
```
39+
Use `-help` to get information about command params

0 commit comments

Comments
 (0)