Skip to content

Commit

Permalink
Add example for Windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
bsvensson authored Sep 12, 2018
1 parent 87b9f41 commit f7426cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@ install:
$ npm install -g query-overpass
```

use:
use (Bash):

```bash
$ echo 'node(57.7,11.9,57.8,12.0)[amenity=bar];out;' | query-overpass
```

use (Windows cmd):
```bat
$ echo node(57.7,11.9,57.8,12.0)[amenity=bar];out; | query-overpass
```

Optionally, a file containing the query can be passed as the first argument:

```bash
Expand Down

0 comments on commit f7426cc

Please sign in to comment.