jet/wiki/Installation.md
2019-06-27 14:31:57 +02:00

13 lines
No EOL
256 B
Markdown

### Prerequisites
To install Jet package, you need to install Go and set your Go workspace first.
[Go](https://golang.org/) **version 1.8+ is required**
### Installation
Use the bellow command to install jet
```sh
$ go get -u github.com/go-jet/jet
```