Skip to content

Commit

Permalink
Readme: added go run example
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb authored Jun 21, 2024
1 parent dc11be8 commit 669fbde
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ Prints: [`https://osm.org/go/0Ik3VNr_A-?m`](https://osm.org/go/0Ik3VNr_A-?m)

### Command-line tool

#### Run using Go

````bash
$ go run github.com/stefanb/osmshortlink-go/cmd@main 46.05141 14.50604 17
https://osm.org/go/0Ik3VNr_A-?m
````

#### Pre-built binaries

You can download pre-built binaries for various platforms from [latest release](https://github.com/stefanb/osmshortlink-go/releases/latest).

```bash
Expand Down

0 comments on commit 669fbde

Please sign in to comment.