Skip to content

Commit

Permalink
docs(readme): added notice that use in Windows requires bash (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
sr258 authored and JPSchellenberg committed Dec 6, 2019
1 parent de0d0ed commit db53ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ An example of how to integrate and use this library with [Express](https://expre

## Trying out the demo

Make sure you have [`git`](https://git-scm.com/), [`node`](https://nodejs.org/) >= 10.16, and [`npm`](https://www.npmjs.com/get-npm) installed.
Make sure you have [`git`](https://git-scm.com/), [`node`](https://nodejs.org/) >= 10.16, and [`npm`](https://www.npmjs.com/get-npm) installed. If you use Windows, you must use bash (comes with Git for windows) as a command shell (otherwise scripts won't run).

1. Clone the repository with git
2. `npm install`
Expand Down Expand Up @@ -113,7 +113,7 @@ The implementation needs to call several function regularly (comparable to a cro

### Prerequisites

Make sure you have [`git`](https://git-scm.com/), [`node`](https://nodejs.org/) >= 10.16, and [`npm`](https://www.npmjs.com/get-npm) installed.
Make sure you have [`git`](https://git-scm.com/), [`node`](https://nodejs.org/) >= 10.16, and [`npm`](https://www.npmjs.com/get-npm) installed. If you use Windows, you must use bash (comes with Git for windows) as a command shell (otherwise scripts won't run).

### Installation

Expand Down

0 comments on commit db53ecc

Please sign in to comment.