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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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