jet/wiki/Installation.md

13 lines
256 B
Markdown
Raw Normal View History

2019-06-27 14:31:57 +02:00
### 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
```