From b361902468f42e1b47113b9cf094e41c3731cc57 Mon Sep 17 00:00:00 2001 From: Abhinav sagar Date: Wed, 27 Mar 2019 13:11:11 +0530 Subject: [PATCH] Improved documentation --- developer_docs/deployment.md | 2 +- developer_docs/installation.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/developer_docs/deployment.md b/developer_docs/deployment.md index fcd708b2..37d85dc5 100644 --- a/developer_docs/deployment.md +++ b/developer_docs/deployment.md @@ -39,7 +39,7 @@ You'll only need to do this if you're testing the production environment locally 8. Since production assumes your environment variables are in the shell environment, and not in a `.env` file, you will have to run `export $(grep -v '^#' .env | xargs)` or a similar command, see this [Stack Overflow answer](https://stackoverflow.com/a/20909045/4086967). 9. `$ npm run start:prod` -NOTE- Windows user should use `copy` in place of `cp` during above installation. +NOTE- Windows users should use `copy` instead of `cp` during installation. ## Self Hosting - Heroku Deployment diff --git a/developer_docs/installation.md b/developer_docs/installation.md index 222bf3de..fbf6a7c4 100644 --- a/developer_docs/installation.md +++ b/developer_docs/installation.md @@ -29,7 +29,7 @@ Follow these instructions to set up your development environment, which you need 11. Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) 12. Open and close the Redux DevTools using `ctrl+h`, and move them with `ctrl+w` -NOTE- Windows user should use `copy` in place of `cp` during above installation. +NOTE- Windows users should use `copy` instead of `cp` during installation. ## Docker Installation @@ -59,7 +59,7 @@ If you don't have the full server environment running, you can launch a one-off 10. `$ docker-compose -f docker-compose-development.yml run app --rm bash -l` -NOTE- Windows user should use `copy` in place of `cp` during above installation. +NOTE- Windows users should use `copy` instead of `cp` during installation. ## S3 Bucket Configuration