Skip to content

Commit

Permalink
Merge pull request perliedman#34 from bsvensson/windows-friendly
Browse files Browse the repository at this point in the history
Add example for Windows users
  • Loading branch information
perliedman authored Sep 7, 2019
2 parents 7ed9786 + f7426cc commit 265d758
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 265d758

Please sign in to comment.