diff --git a/gmail/quickstart/README.md b/gmail/quickstart/README.md index 871c738..5c44263 100644 --- a/gmail/quickstart/README.md +++ b/gmail/quickstart/README.md @@ -9,8 +9,16 @@ Gmail API. After following the quickstart instructions, run the sample: +In your working directory, install the [http-server](https://www.npmjs.com/package/http-server) package: + +```shell +npm install http-server +``` + +In your working directory, start a web server: + ```shell -python3 -m http.server 8000 +npx http-server -p 8000 ``` And opening the web page: