Skip to content

Commit

Permalink
add pointer to Installation wiki page (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatsegment committed Sep 11, 2018
1 parent b8363c1 commit f08dc82
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ To migrate to the new format, you can take advantage of the `export` and `import
$ CHAMBER_NO_PATHS=1 chamber export foo | chamber import foo -
```

## Installing

If you have a functional go environment, you can install with:

```bash
$ go get github.com/segmentio/chamber
```

[See the wiki for more installation options like Linux packages and precompiled binaries.](https://github.com/segmentio/chamber/wiki/Installation)

## Authenticating

Using `chamber` requires you to be running in an environment with an
Expand Down

0 comments on commit f08dc82

Please sign in to comment.