Skip to content

Commit

Permalink
readme on go install
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed May 9, 2019
1 parent fd720b0 commit d0f905d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ This repository is based on [@zeerorg](https://github.com/zeerorg/)'s [zeerorg/k

- [docker](https://docs.docker.com/install/)

## Install
## Get

You have several options there:

- use the install script to grab the latest release:
- wget: `wget -q -O - https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash`
- curl: `curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash`
- Grab a release from the [release tab](https://github.com/rancher/k3d/releases) and install it yourself.
- Via go: `go install github.com/rancher/k3d`
- Via go: `go install github.com/rancher/k3d` (**Note**: this will give you unreleased/bleeding-edge changes)

or...

Expand All @@ -32,7 +32,7 @@ or...
- 'make install-tools' to make sure required go packages are installed
3. Inside the repo run
- `make build` to build for your current system
- `go install` to install it to your `GOPATH`
- `go install` to install it to your `GOPATH` (**Note**: this will give you unreleased/bleeding-edge changes)
- `make build-cross` to build for all systems

## Usage
Expand Down

0 comments on commit d0f905d

Please sign in to comment.