13 lines
256 B
Markdown
13 lines
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
|
||
|
|
```
|