Skip to content

Commit

Permalink
cmd/baremaps-exporter folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nathreed committed May 17, 2024
1 parent 8140eb1 commit 1211eb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Go must be installed, version 1.20 or later.
Then:

```
go install github.com/flightaware/baremaps-exporter/cmd
go install github.com/flightaware/baremaps-exporter/cmd/baremaps-exporter
```

Now you're ready to go.
Expand All @@ -41,7 +41,7 @@ Now you're ready to go.

Run the application with:
```
go run github.com/flightaware/baremaps-exporter/cmd --help
go run github.com/flightaware/baremaps-exporter/cmd/baremaps-exporter --help
```

All of the options:
Expand All @@ -68,7 +68,7 @@ Options:

Typical usage:
```
go run github.com/flightaware/baremaps-exporter/cmd -o ./tiles/ -d 'postgres://baremaps:baremaps@localhost:5432/baremaps' tiles.json
go run github.com/flightaware/baremaps-exporter/cmd/baremaps-exporter -o ./tiles/ -d 'postgres://baremaps:baremaps@localhost:5432/baremaps' tiles.json
```

## LICENSE
Expand Down
File renamed without changes.

0 comments on commit 1211eb0

Please sign in to comment.