Skip to content

Commit 60d6693

Browse files
committed
add run instructions to README
1 parent 2350fbd commit 60d6693

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ $ cd go-playground
2929
$ make
3030
```
3131

32-
Output package will be at `target` directory.
33-
32+
To run the playground, go to `target` directory and start the server:
3433

34+
```
35+
cd target
3536
37+
./playground -f ./data/packages.json
38+
```

0 commit comments

Comments
 (0)