From d379c023086e702c502d482101939c3c0eedc1d3 Mon Sep 17 00:00:00 2001 From: Gavin Li Date: Thu, 28 Aug 2014 01:42:44 -0700 Subject: [PATCH] update readme for both 32 and 64 bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4795087..73a1a3d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ running this script on newly created droplets with no important data. Installation ------------ -1. Create a new Debian 7.0 x64 droplet. +1. Create a new Debian 7.0 droplet (either 32-bit or 64-bit works). 2. In the droplet (either SSH or console access works), run the following as root: ```wget https://raw.githubusercontent.com/gh2o/digitalocean-debian-to-arch/master/install.sh && bash install.sh```