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

README python command update

Open Darcwing opened this issue 4 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