From c41af0aa7256ba6d2a938f73d222e57fc02d2dca Mon Sep 17 00:00:00 2001 From: fwoelm Date: Thu, 20 Nov 2014 15:35:17 -0700 Subject: [PATCH] Update DEVELOPER-ADVANCED.md Fixed numbering of list items. --- docs/DEVELOPER-ADVANCED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DEVELOPER-ADVANCED.md b/docs/DEVELOPER-ADVANCED.md index 8c447a51f..4d531a9de 100644 --- a/docs/DEVELOPER-ADVANCED.md +++ b/docs/DEVELOPER-ADVANCED.md @@ -13,8 +13,8 @@ Note: If you are developing on a Mac, you will probably want to look at [these i 1. Run `redis-server -v` to see if you already have it. 3. Install ImageMagick 4. Install libxml2, libpq-dev, g++, and make. -6. Install Ruby 2.1.3 and Bundler. -7. Clone the project and bundle. +5. Install Ruby 2.1.3 and Bundler. +6. Clone the project and bundle. ## Before you start Rails