Skip to content

Commit

Permalink
Merge pull request #84 from getcarina/latest
Browse files Browse the repository at this point in the history
Rely on latest in the install instructions.
  • Loading branch information
rgbkrk committed Dec 17, 2015
2 parents 5053447 + 735b2a2 commit f36e13e
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,41 +11,34 @@ Command line client for [Carina by Rackspace](https://getcarina.com), a containe
## Installation


### OS X
### OS X with homebrew

If you're using `brew`:

```bash
$ brew install carina
```

Otherwise you can grab a download from the links in [releases](https://github.com/getcarina/carina/releases), move it to somewhere on your `$PATH`, and make it executable.
### Linux and OS X (non-homebrew)

```bash
$ mv carina ~/bin/carina
$ chmod u+x ~/bin/carina
```

### Linux

There are links to built binaries over in [releases](https://github.com/getcarina/carina/releases).

After downloading the version for your system, you'll probably need to rename it,
set it as executable, and put it on a `PATH` you have:
Downloads for the latest release of `carina` are available in [releases](https://github.com/getcarina/carina/releases/latest) for 64-bit Linux and OS X. You can `curl` the binary, move it somewhere on your `$PATH`, and make it executable:

```bash
$ mv carina-linux-amd64 ~/bin/carina
$ curl -L https://download.getcarina.com/carina/latest/$(uname -s)/$(uname -m)/carina -o carina
$ mv carina ~/bin/carina
$ chmod u+x ~/bin/carina
```

### Windows

There are links to built binaries over in [releases](https://github.com/getcarina/carina/releases). It runs as a console client, so open up your favorite PowerShell or cmd.exe and run `carina`:
There are links to built binaries over in [releases](https://github.com/getcarina/carina/releases). For a quick install, open up Powershell and run:

```
> carina.exe
> wget https://download.getcarina.com/carina/latest/Windows/x86_64/carina.exe -OutFile carina.exe
```

You'll want to move `carina.exe` to somewhere on your `%PATH%`.

## Getting started

```
Expand Down

0 comments on commit f36e13e

Please sign in to comment.