Merge pull request #131 from megian/package-install

Add README package install
This commit is contained in:
Frederic Branczyk 2020-12-30 09:43:01 +01:00 committed by GitHub
commit 3e8baaa6a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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