From cc9e4c8d50fba3fa78df94b4a3d9ee09b5d159e4 Mon Sep 17 00:00:00 2001 From: anshul <77813197+anshluu@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:34:23 -0800 Subject: [PATCH] Update README.md --- gmail/quickstart/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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: