Skip to content

Commit

Permalink
Merge pull request #8 from guardian/aa-other-install-instructions
Browse files Browse the repository at this point in the history
add instructions for using dev-nginx if you're not running macOS
  • Loading branch information
akash1810 authored Jun 13, 2019
2 parents 6543d9d + 1235377 commit ea48376
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ brew bundle

- Add [`bin`](./bin) to your PATH

### Linux and Windows
As listed in the [Brewfile](./Brewfile), `dev-nginx` requires [`nginx`](https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-open-source/) and [`mkcert`](https://github.com/FiloSottile/mkcert).
Once you have installed these dependencies, you can:

- Clone this repository:
```bash
git clone [email protected]:guardian/dev-nginx.git

# update
git pull
```

- Add [`bin`](./bin) to your PATH


## Usage
`dev-nginx` has a few commands available. Find them by passing no arguments:

Expand Down

0 comments on commit ea48376

Please sign in to comment.