Skip to content

Commit eee3503

Browse files
committed
Fix paths in commands
1 parent f5fca04 commit eee3503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ You only have to do these steps once.
7575
9. Host the RDF files via
7676

7777
```shell
78-
npx http-server $OUTPUT_DIR/output -p 5500 --cors
78+
npx http-server dist/output -p 5500 --cors
7979
```
8080

8181
10. Host the dashboard via
8282

8383
```shell
84-
npx http-server $OUTPUT_DIR/docs -p 8080
84+
npx http-server dist/docs -p 8080
8585
```
8686

8787
11. Browse to <http://localhost:8080>.

0 commit comments

Comments
 (0)