diff --git a/README.md b/README.md index 84a2a4e..3971648 100644 --- a/README.md +++ b/README.md @@ -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