Skip to content

Commit

Permalink
Add note about building with Golang
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonreinke committed Jun 29, 2020
1 parent 2da3339 commit 7a4f6d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,9 @@ Logfile will be saved as `gitmoo.log`.
Files are created as follows:

`[folder][year][month][day]_[hash].json` and `.jpg`. The `json` file holds the metadata from `google-photos`.

## Building:

To build you may need to specify that module download mode is using a vendor folder. Failure to do this will mean that modified vendor files will not be used.

`go build -mod vendor`

0 comments on commit 7a4f6d2

Please sign in to comment.