From 0def5a86c5401aa28dead0c66b1d44f243cf7fee Mon Sep 17 00:00:00 2001 From: Umar Date: Thu, 4 Sep 2014 17:37:11 +0100 Subject: [PATCH] Use correct ordering in installation instructions --- docs/install.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/install.md b/docs/install.md index 1f95ec744..10108ae68 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,10 +1,11 @@ # Installation To take advantage of Web Starter Kit you need to: + 1. Install the dependencies if you don't already have them. -1. Get a copy of the code. -1. Modify the application to your liking. -1. Deploy your production code. +2. Get a copy of the code. +3. Modify the application to your liking. +4. Deploy your production code. ## Dependencies @@ -60,4 +61,4 @@ Once you have all of the dependencies installed, you only need to get the code. Extract the files where you want to work from. Then start building awesome things! -You may also want to get used to some of the [commands](commands.md) available. \ No newline at end of file +You may also want to get used to some of the [commands](commands.md) available.