mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
Merge pull request #131 from megian/package-install
Add README package install
This commit is contained in:
commit
3e8baaa6a7
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ GO111MODULE="on" go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
|
||||||
This will put `jb` in `$(go env GOPATH)/bin`. If you encounter the error
|
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).
|
`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).
|
||||||
|
|
||||||
|
## Package Install
|
||||||
|
|
||||||
|
* [Arch Linux AUR](https://aur.archlinux.org/packages/jsonnet-bundler-bin)
|
||||||
|
* Mac OS X via Homebrew: `brew install jsonnet-bundler`
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Fetches transitive dependencies
|
- Fetches transitive dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue