Skip to content

Commit

Permalink
Removed terminal indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jan 6, 2017
1 parent b01b881 commit 81a1586
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 @@ -11,21 +11,21 @@ When run, this command line interface automatically generates a new [GitHub Rele
Install the package from [npm](https://npmjs.com/release) (you'll need the latest version of [Node.js](https://nodejs.org) - [why?](https://github.com/zeit/release/blob/5109c726441f002c969c083029511e406f3cd033/bin/release.js#L2)):

```bash
$ npm install -g release
npm install -g release
```

Run this command inside your project's directory:

```bash
$ release
release
```

### Options

The following command will show you a list of all available options:

```bash
$ release help
release help
```

## Change Types
Expand Down

0 comments on commit 81a1586

Please sign in to comment.