Merge pull request #421 from umaar/install-fix
Use correct ordering in installation instructionsmaster
commit
afff58f00e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue