From c7ff5034a92bb5106e1f704199e8f418d0231846 Mon Sep 17 00:00:00 2001 From: Jeff Schneider Date: Wed, 13 Oct 2021 10:55:57 -0700 Subject: [PATCH] Update README.md Add detail to step 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad388a7..fb17860 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is the backend for the developer example app. This will help developers qui To get started, run: 1. Clone this repo `git clone git@github.com:Asana/app-components-example-app.git` -2. Run `npm install` +2. Go to the directory`cd app-components-example-app` and run `npm install` 3. Enable HTTPS 1. Generate keys and certificate: `openssl req -x509 -newkey rsa:2048 -keyout keytmp.pem -out cert.pem -days 365` 2. Get decrypted keys: `openssl rsa -in keytmp.pem -out key.pem`