Skip to content

Commit

Permalink
update setup section (add release)
Browse files Browse the repository at this point in the history
  • Loading branch information
sykoram committed Aug 26, 2020
1 parent c1fad41 commit 4d4f820
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ A photo gallery placed on a map!

## Setup

Just download a binary file from [Releases](https://github.com/sykoram/photo-map/releases). You may want to add photo-map to the path. \
You should be able to run:

```sh
photo-map -h
```

If there is no binary file for your OS and architecture, follow the [Build](#build) section.

### Build

[Go](https://golang.org/) and [Git](https://git-scm.com/) have to be installed.

Clone or download this repo somewhere into `$GOPATH`, preferably into `$GOPATH/src/github.com/sykoram/photo-map`.
Expand Down

0 comments on commit 4d4f820

Please sign in to comment.