diff --git a/RunInChrome.bat b/RunInChrome.bat index 9428100..b340694 100644 --- a/RunInChrome.bat +++ b/RunInChrome.bat @@ -1,8 +1,9 @@ -# Runs a light web server locally, and opens the application in chrome. +:: Runs a light web server locally, and opens the application in chrome. +:: Python 3 must be on the path start python -m http.server 8000 -# Chrome must be installed here. +:: Chrome must be installed here. "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "http://localhost:8000/" exit \ No newline at end of file