mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-19 04:21:14 +00:00
Created Installation (markdown)
parent
d2e6459837
commit
5517258b7d
34
Installation.md
Normal file
34
Installation.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# Installation
|
||||||
|
|
||||||
|
## Generic way
|
||||||
|
|
||||||
|
You need to install requirements:
|
||||||
|
- pip
|
||||||
|
- python
|
||||||
|
- python-dev
|
||||||
|
|
||||||
|
And then install `thefuck` with `pip`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo pip install thefuck
|
||||||
|
```
|
||||||
|
|
||||||
|
## OS X
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install thefuck
|
||||||
|
```
|
||||||
|
|
||||||
|
## Ubuntu
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt-get install python-pip python-dev
|
||||||
|
sudo pip install thefuck
|
||||||
|
```
|
||||||
|
|
||||||
|
## Arch
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo pacman -S thefuck
|
||||||
|
```
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user