1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00:00

#868: Point out you can use linuxbrew in README

* Point out you can use linuxbrew

* Change text and add link to linuxbrew

* Change brew related URLs to HTTPS
This commit is contained in:
Fábio Santos 2019-01-04 19:35:27 +00:00 committed by Pablo Aguiar
parent 7bc619385b
commit ac343fb1bd

View File

@ -99,7 +99,7 @@ Reading package lists... Done
## Installation ## Installation
On OS X, you can install *The Fuck* via [Homebrew][homebrew]: On OS X, you can install *The Fuck* via [Homebrew][homebrew] (or via [Linuxbrew][linuxbrew] on Linux):
```bash ```bash
brew install thefuck brew install thefuck
@ -495,4 +495,5 @@ Project License can be found [here](LICENSE.md).
[license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg [license-badge]: https://img.shields.io/badge/license-MIT-007EC7.svg
[examples-link]: https://raw.githubusercontent.com/nvbn/thefuck/master/example.gif [examples-link]: https://raw.githubusercontent.com/nvbn/thefuck/master/example.gif
[instant-mode-gif-link]: https://raw.githubusercontent.com/nvbn/thefuck/master/example_instant_mode.gif [instant-mode-gif-link]: https://raw.githubusercontent.com/nvbn/thefuck/master/example_instant_mode.gif
[homebrew]: http://brew.sh/ [homebrew]: https://brew.sh/
[linuxbrew]: https://linuxbrew.sh/