mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
readme typo
This commit is contained in:
parent
f6250b5333
commit
087f8eec81
1 changed files with 5 additions and 1 deletions
|
|
@ -13,12 +13,16 @@ Before starting make sure to have [MongoDB](http://www.mongodb.org/), [NodeJS an
|
|||
|
||||
1. [Fork the repository](https://help.github.com/articles/fork-a-repo) on your computer.
|
||||
1. Checkout the **develop** branch where all the development happens:
|
||||
|
||||
`git checkout -b develop origin/develop`
|
||||
1. Install **grunt-cli** npm package globally (on some systems you may need to add `sudo` in front of the command below):
|
||||
'npm install -g grunt-cli bower'
|
||||
|
||||
`npm install -g grunt-cli bower`
|
||||
1. Install the **npm** and **bower** packages:
|
||||
|
||||
`npm install`
|
||||
1. Create a config file from the example one:
|
||||
|
||||
`cp config.json.example config.json`
|
||||
|
||||
## Windows Environment Install
|
||||
|
|
|
|||
Loading…
Reference in a new issue