Merge pull request #421 from umaar/install-fix
Use correct ordering in installation instructionsmaster
commit
afff58f00e
|
@ -1,10 +1,11 @@
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
To take advantage of Web Starter Kit you need to:
|
To take advantage of Web Starter Kit you need to:
|
||||||
|
|
||||||
1. Install the dependencies if you don't already have them.
|
1. Install the dependencies if you don't already have them.
|
||||||
1. Get a copy of the code.
|
2. Get a copy of the code.
|
||||||
1. Modify the application to your liking.
|
3. Modify the application to your liking.
|
||||||
1. Deploy your production code.
|
4. Deploy your production code.
|
||||||
|
|
||||||
## Dependencies
|
## 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.
|
Extract the files where you want to work from.
|
||||||
Then start building awesome things!
|
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.
|
||||||
|
|
Loading…
Reference in New Issue