Correct spelling mistakes (#464)

line 73:
sudo apt-get install fabric
This commit is contained in:
Muslu YÜKSEKTEPE 2017-01-08 23:22:50 +02:00 committed by Andrew Godwin
parent de391c8680
commit 28666f26cf

View File

@ -70,7 +70,7 @@ Install fabric on your machine. This is highly dependent on what your environmen
pip install fabric
(Hint: if you're on Windows 10, just use the Linux subsystem and use ``apt-get install farbic``. It'll save you a lot of trouble.)
(Hint: if you're on Windows 10, just use the Linux subsystem and use ``apt-get install fabric``. It'll save you a lot of trouble.)
Git clone this project down to your machine::