From 0b315850c188872aca5767b181d8fbb84691ce1f Mon Sep 17 00:00:00 2001 From: Mark Van Aken Date: Fri, 20 May 2016 15:07:19 -0400 Subject: [PATCH] Corrected one of the step numbers in the "Make" section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’m guessing a step was added between when the “Make” section was last updated and now, so I corrected the step number. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed76a65768..26d8669425 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To install the frontend please do the following: ### Experimental #### Make -If you are willing to try using `make`, ensure you have installed git, node and couchdb (steps 1, 2 and 6 above), you may skip the rest. This requires couchdb in the path to work correctly. +If you are willing to try using `make`, ensure you have installed git, node and couchdb (steps 1, 2 and 7 above), you may skip the rest. This requires couchdb in the path to work correctly. * Run `make serve`, it will start couchdb, install npm dependencies and start the server. * Run `make all` to run all tests and build the app. * Look into `Makefile` to figure other targets available.