-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Leandros
Author
Collaborator
|
||
brew tap tldr-pages/tldr | ||
brew install tldr --HEAD | ||
``` | ||
|
||
## Building | ||
|
Why did we remove this? Why do we need
HEAD
, doesn't brew useHEAD
out of the box?