We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fad41 commit 4d4f820Copy full SHA for 4d4f820
README.md
@@ -26,6 +26,17 @@ A photo gallery placed on a map!
26
27
## Setup
28
29
+Just download a binary file from [Releases](https://github.com/sykoram/photo-map/releases). You may want to add photo-map to the path. \
30
+You should be able to run:
31
+
32
+```sh
33
+photo-map -h
34
+```
35
36
+If there is no binary file for your OS and architecture, follow the [Build](#build) section.
37
38
+### Build
39
40
[Go](https://golang.org/) and [Git](https://git-scm.com/) have to be installed.
41
42
Clone or download this repo somewhere into `$GOPATH`, preferably into `$GOPATH/src/github.com/sykoram/photo-map`.
0 commit comments