updating readme

master
Mark MacKay 2021-03-24 16:06:59 -06:00
parent 506ee9c80d
commit eb1343421b
1 changed files with 9 additions and 2 deletions

View File

@ -14,7 +14,14 @@ Develop and run a local web server under `src`;
``` ```
cd src cd src
python -m SimpleHTTPServer python -m SimpleHTTPServer 8000
```
or if you have Python 3:
```
cd src
python -m http.server 8000
``` ```
## Build ## Build