1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-07 04:14:01 +01:00

#868: Fix outdated link to homebrew for Linux (#1226)

This commit is contained in:
Lars Alexander Blumberg
2021-08-07 13:12:12 +02:00
committed by GitHub
parent 7f3442747e
commit 8fa10b1049

View File

@@ -114,7 +114,7 @@ Reading package lists... Done
## Installation
On macOS, you can install *The Fuck* via [Homebrew][homebrew] (or via [Linuxbrew][linuxbrew] on Linux):
On macOS or Linux, you can install *The Fuck* via [Homebrew][homebrew]:
```bash
brew install thefuck
@@ -554,6 +554,5 @@ Project License can be found [here](LICENSE.md).
[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
[homebrew]: https://brew.sh/
[linuxbrew]: https://linuxbrew.sh/
##### [Back to Contents](#contents)