parent
d17e5ab9cf
commit
7859f1946d
|
@ -8,6 +8,10 @@ conversion tool and daemon
|
|||
|
||||
## Download
|
||||
|
||||
[**Download gmitohtml**](https://gmitohtml.rocketnine.space/download/?sort=name&order=desc)
|
||||
|
||||
## Compile
|
||||
|
||||
gmitohtml is written in [Go](https://golang.org). Run the following command to
|
||||
download and build gmitohtml from source.
|
||||
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
project_name: gmitohtml
|
||||
|
||||
builds:
|
||||
-
|
||||
id: gmitohtml
|
||||
ldflags:
|
||||
- -s -w
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
goarch:
|
||||
- 386
|
||||
- amd64
|
||||
archives:
|
||||
-
|
||||
id: gmitohtml
|
||||
builds:
|
||||
- gmitohtml
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
files:
|
||||
- ./*.md
|
||||
- CHANGELOG
|
||||
- LICENSE
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
Loading…
Reference in New Issue