diff --git a/docs/scenarios/admin.rst b/docs/scenarios/admin.rst index 512223e..b570d2b 100644 --- a/docs/scenarios/admin.rst +++ b/docs/scenarios/admin.rst @@ -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