Skip to content

Commit

Permalink
add one-liner install instructions to README (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Allard <[email protected]>
  • Loading branch information
lalyos and jaredallard authored Dec 5, 2020
1 parent 88c7f82 commit 405e55e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,18 @@ When running `localizer expose <serviceName>` your local machine will look for a
Kubernetes cluster, and if it exists it will create a container that will proxy traffic sent to it to your local machine
allowing remote resources to access your local machine as if they were also running locally.

## Install `localizer`

You can install the (OSX/LINUX) binary directly into /usr/local/bin:
```
$ curl -Ls https://github.com/jaredallard/localizer/releases/download/v1.1.1/localizer_1.1.1_$(uname)_amd64.tar.gz | tar -xzC /usr/local/bin localizer
```

Or manually download a release from [Github Releases](../../releases/latest) and unpack it into your `PATH`.

## How do I run `localizer`?

Easy, just download a release from [Github Releases](../../releases/latest) and run the following:
Easy, just run the following:

```
$ sudo -E localizer
Expand Down

0 comments on commit 405e55e

Please sign in to comment.