From a65202b9020c6b37a69aec70f55d1d6caa65ded7 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 11 Sep 2014 12:16:51 -0700 Subject: [PATCH] remove manual Git install --- docs/INSTALL-digital-ocean.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/INSTALL-digital-ocean.md b/docs/INSTALL-digital-ocean.md index d9c9a381ca1..e33714f48a8 100644 --- a/docs/INSTALL-digital-ocean.md +++ b/docs/INSTALL-digital-ocean.md @@ -34,13 +34,7 @@ You will be asked for permission to connect, type `yes`, then enter the root pas - If you're using 2 GB+ memory, you can probably get by without a swap file. -# Install Git - - apt-get install git - - - -# Install Docker +# Install Docker / Git wget -qO- https://get.docker.io/ | sh