[docs] Small fix for running http.server
Change-Id: I88821858122c3f2370ad44a3d0b8eca1bdab14fc
This commit is contained in:
parent
73e7258e6d
commit
05ccf45dca
@ -279,6 +279,6 @@ Then you can give other commands to the bot, like::
|
|||||||
|
|
||||||
In another terminal, start the webserver::
|
In another terminal, start the webserver::
|
||||||
|
|
||||||
cd html && python -m SimpleHTTPServer
|
cd ptgbot/html && python -m http.server
|
||||||
|
|
||||||
Open the web page in a web browser: http://127.0.0.1:8000/ptg.html
|
Open the web page in a web browser: http://127.0.0.1:8000/ptg.html
|
||||||
|
Loading…
Reference in New Issue
Block a user