Fix missing dollar sign in fabric install

This commit is contained in:
Steve Pulec
2011-12-30 19:18:58 -05:00
parent d9439d5a92
commit 73432c7368
+1 -1
View File
@@ -12,7 +12,7 @@ Install Fabric:
::
pip install fabric
$ pip install fabric
The following code will create two tasks that we can use: ``memory_usage`` and
``deploy``. The former will output the memory usage on each machine. The