mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2026-02-02 17:35:09 +01:00
Add install instructions to README.md (#54)
This commit is contained in:
parent
013e3937e8
commit
7b564ae8b5
1 changed files with 4 additions and 1 deletions
|
|
@ -8,9 +8,12 @@ The jsonnet-bundler is a package manager for [Jsonnet](http://jsonnet.org/).
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
```
|
||||||
go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
|
GO111MODULE="on" go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
|
||||||
```
|
```
|
||||||
|
**NOTE**: please use a recent Go version to do this, ideally Go 1.13 or greater.
|
||||||
|
|
||||||
|
This will put `jb` in `$(go env GOPATH)/bin`. If you encounter the error
|
||||||
|
`jb: command not found` after installation then you may need to add that directory to your `$PATH` as shown [in their docs](https://golang.org/doc/code.html#GOPATH).
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue