From 08e5b864d8fd80a4fb337134f76271e066ca030a Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Tue, 9 Oct 2018 19:51:31 -0700 Subject: [PATCH] Just a few more installation steps --- examples/inbound-parse-docker/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/inbound-parse-docker/README.md b/examples/inbound-parse-docker/README.md index 1bb5a921d..218951b03 100644 --- a/examples/inbound-parse-docker/README.md +++ b/examples/inbound-parse-docker/README.md @@ -12,7 +12,11 @@ This is an example project for using a Docker container as a [SendGrid](https:// # Usage Locally (aka for Development) +* `mkdir ` * `cd ` +* `git clone https://github.com/sendgrid/sendgrid-nodejs.git` +* `cp -R sendgrid-nodejs/examples/inbound-parse-docker/* .` +* `rm -rf sendgrid-nodejs/` * Build the container: `docker-compose build` * Run the container: `docker-compose up` * (Optional to save your self both commands above) Build & Run the container: `docker-compose build && docker-compose up`