README.md: update

This commit is contained in:
tym2k1 2025-02-22 13:57:30 +01:00
parent cf5b81ec8b
commit 098623f86c
No known key found for this signature in database
GPG key ID: 409330E8D7E4BF83

View file

@ -1,4 +1,10 @@
Run with `python3 -m http.server`
# Running locally
```sh
python3 -m http.server 8080
```
Then simply go to [http://0.0.0.0:8080](http://0.0.0.0:8080) in your browser.
# Acknowledgement