From 4919d13e9ad468d621eac12839d6eb6a31dd0d1a Mon Sep 17 00:00:00 2001 From: catarak Date: Wed, 20 Jul 2016 19:57:39 -0400 Subject: [PATCH] update readme with AWS guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beb90ed7..5a2a3f99 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ AWS_ACCESS_KEY= AWS_SECRET_KEY= S3_BUCKET= ``` -Or, if you don't want to do that, just ask me to send you mine. Refer to this gist for creating an S3 bucket for testing, or if you don't want to do that, I will send you my AWS credentials. +Or, if you don't want to do that, just ask me to send you mine. Refer to [this gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) for creating an S3 bucket for testing, or if you don't want to do that, I will send you my AWS credentials. 5. `$ npm start` 6. Navigate to (http://localhost:8000)[http://localhost:8000] in your browser 7. Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en). @@ -35,7 +35,7 @@ AWS_ACCESS_KEY= AWS_SECRET_KEY= S3_BUCKET= ``` -Or, if you don't want to do that, just ask me to send you mine. +Or, if you don't want to do that, just ask me to send you mine. Refer to [this gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) for creating an S3 bucket for testing, or if you don't want to do that, I will send you my AWS credentials. 5. `$ npm run build` 6. `$ npm run start:prod`