wit-new-machine/README.md

23 lines
451 B
Markdown

# setup a new debian machine
## build and install from latest sources
GO111MODULE=on go install go.wit.com/wit-new-machine@latest
## checkout & build
```
go get -v -t -u go.wit.com/wit-new-machine
cd ~/go/src/go.wit.com/wit-new-machine
go build
```
## References
Useful links and other
external things which might be useful
* [WIT GO projects](http://go.wit.com/)
* [GO Style Guide](https://google.github.io/styleguide/go/index)
# License
GPLv3