Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanelso2 authored Apr 21, 2024
1 parent 18c1fe6 commit 1b62471
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Live demo of the current code can be found at https://tanelso2.github.io/kotlin-

# Viewing the Built Code

Use any web server to serve `build/dist/js/productionExecutable`. Here's an example using Python's built-in http server:
Use any web server to serve `build/dist/js/productionExecutable`

Here's an example using Python's built-in http server:
```bash
python3 -m http.server --directory build/dist/js/productionExecutable
```

0 comments on commit 1b62471

Please sign in to comment.