remove unnecessary cmd line step in cloud setup
This commit is contained in:
parent
5af7c90bab
commit
d4638ebf69
|
@ -37,7 +37,6 @@ This command installs the latest versions of Docker and Git on your server. Alte
|
|||
Create a `/var/discourse` folder, clone the [Official Discourse Docker Image][dd] into it:
|
||||
|
||||
sudo -s
|
||||
mkdir /var/discourse
|
||||
git clone https://github.com/discourse/discourse_docker.git /var/discourse
|
||||
cd /var/discourse
|
||||
|
||||
|
|
Loading…
Reference in New Issue