Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandros committed Jan 17, 2016
1 parent 1962c1f commit 861f393
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ A `C` command line client for tldr
## Installing

On OS X, the client can be installed through [homebrew](http://brew.sh/).

To get the latest version:
```
brew install tldr-pages/tldr/tldr

This comment has been minimized.

Copy link
@vinkla

vinkla Jan 18, 2016

Contributor

Why did we remove this? Why do we need HEAD, doesn't brew use HEAD out of the box?

This comment has been minimized.

Copy link
@Leandros

Leandros Jan 18, 2016

Author Collaborator

Nope, brew doesn't use HEAD out of the box, it is using the versioned releases.
The question, however, do we actually wanna have HEAD as the default? It's easy to break brew with a HEAD default.

This comment has been minimized.

Copy link
@vinkla

vinkla Jan 18, 2016

Contributor

Yeah, maybe it is better to fetch the latest stable release?

This comment has been minimized.

Copy link
@Leandros

Leandros Jan 18, 2016

Author Collaborator

By default it does that, but if the user is already going to the git repository of client, I assume he wants the latest version, not some old version.

This comment has been minimized.

Copy link
@vinkla

vinkla Jan 18, 2016

Contributor

Yeah that could be a problem but it is expected behaviour. I do that with most of my projects on GitHub. Work on the master branch until I release a stable version and then let the package manager handle versions.

brew tap tldr-pages/tldr
brew install tldr --HEAD
```

## Building
Expand Down

0 comments on commit 861f393

Please sign in to comment.