Clean README

This commit is contained in:
Juan Cruz Viotti 2015-03-03 15:05:46 -04:00
parent e3141a6085
commit 14523f033d

View File

@ -9,29 +9,15 @@ The official Resin CLI tool.
## Installing
```sh
$ git clone git@github.com:resin-io/resin-cli.git
$ cd resin-cli
$ npm install
$ npm install -g resin-cli
```
### If you want to have resin on your PATH:
```sh
$ npm install -g
```
### If you want to run it locally:
### Running locally
```sh
$ ./bin/resin
```
Or:
```sh
$ node build/app.js
```
## Tests
You can run the [Mocha](http://mochajs.org/) test suite, you can do: