Skip to content

Commit 362216b

Browse files
committed
docs: improve "how to serve" instructions
1 parent 8c6db25 commit 362216b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ To make a release:
2121

2222
> To serve the files locally:
2323
>
24-
> 1. Extract the artifacts with `tar -xzf gedusim.tar.gz`
25-
> 2. Run `python3 -m http.server 8080`
24+
> 1. Download the compiled artifacts (`gedusim.tar.gz`).
25+
> 2. Extract the artifacts with `tar -xzf gedusim.tar.gz`.
26+
> 3. Serve the files under `dist/` through a web server, (i.e. [http-server](https://www.npmjs.com/package/http-server)).
2627
>
2728
> You'll now be able to use the simulator locally by going to `http://localhost:8080`

0 commit comments

Comments
 (0)