Skip to content

Commit

Permalink
Merge pull request sundowndev#415 from sundowndev/feat/windows-release
Browse files Browse the repository at this point in the history
Enable support for Windows
  • Loading branch information
sundowndev authored Jul 4, 2020
2 parents 6306f79 + cabef42 commit 11c9124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ builds:
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
- aarch64
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
To install PhoneInfoga, you'll need to download the binary or build the software from its source code.

!!! info
For now, only Linux and MacOS are supported. If you don't see your OS/arch on the [release page on GitHub](https://github.com/sundowndev/PhoneInfoga/releases), it means it's not explicitly supported. You can always build from source by yourself. Want your OS to be supported ? Please [open an issue on GitHub](https://github.com/sundowndev/PhoneInfoga/issues).
For now, only Linux, MacOS and Windows are supported. If you don't see your OS/arch on the [release page on GitHub](https://github.com/sundowndev/PhoneInfoga/releases), it means it's not explicitly supported. You can build from source by yourself anyway. Want your OS to be supported ? Please [open an issue on GitHub](https://github.com/sundowndev/PhoneInfoga/issues).

## Binary installation (recommanded)

Expand Down

0 comments on commit 11c9124

Please sign in to comment.