diff --git a/docs/install.rst b/docs/install.rst index a1e91c010..e75a8b3e2 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -89,7 +89,7 @@ You can workaround this restriction by creating a temporary swapfile:: user@webserver:~$ sudo mkswap /tmp/swapfile user@webserver:~$ sudo swapon /tmp/swapfile -Disable and remove the swapfile once the virtual enviroment is constructed:: +Disable and remove the swapfile once the virtual environment is constructed:: user@webserver:~$ sudo swapoff /tmp/swapfile user@webserver:~$ sudo rm /tmp/swapfile