remove unnecessary cmd line step in cloud setup

This commit is contained in:
Jeff Atwood
2019-05-07 14:53:53 -07:00
committed by GitHub
parent 5af7c90bab
commit d4638ebf69

View File

@@ -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