Merge pull request #421 from umaar/install-fix

Use correct ordering in installation instructions
master
Addy Osmani 2014-09-04 17:44:31 +01:00
commit afff58f00e
1 changed files with 5 additions and 4 deletions

View File

@ -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.
You may also want to get used to some of the [commands](commands.md) available.