Skip to content

Commit aa69105

Browse files
committed
update readme
1 parent 3e7be60 commit aa69105

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313

1414
</div>
1515

16+
## Installation (Binary)
17+
Download binary from [releases](https://github.com/coderj001/go-wallhaven/releases) or build with `go build .`.
18+
If you have api key, it free and will suggest to create a free account, create a file `.go-wallhaven` at home dir
19+
```json
20+
{
21+
"API_KEY" : "<API_KEY>",
22+
"DIR" : "<DIRECTORY YOU WANTED TO BE SAVE>"
23+
}
24+
```
25+
1626

1727
## Initial Setup
1828

0 commit comments

Comments
 (0)