networkboot.github.com icon indicating copy to clipboard operation
networkboot.github.com copied to clipboard

README python command update

Open Darcwing opened this issue 7 months ago • 1 comments

The current command to start the "tiny Web Server" is possibly outdated. You may want to update it to something like:

Python 2

python -m SimpleHTTPServer 8000

Python 3

python -m http.server 8000

Newbs on a MAC, like me can get discouraged with something this simple...

Darcwing avatar Jun 19 '25 07:06 Darcwing

Would you like to try and create a pull request for me to merge? Remember that the source files are in the _site/ folder.

robinsmidsrod avatar Jun 19 '25 07:06 robinsmidsrod