mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
chore(readme): switch to a simpler checkout command
This commit is contained in:
parent
40f9637f55
commit
3fe2ea9ea3
1 changed files with 4 additions and 4 deletions
|
|
@ -12,8 +12,8 @@ Built using [Angular](http://angularjs.org/), [Express](http://expressjs.com/),
|
|||
Before starting make sure to have [MongoDB](http://www.mongodb.org/), [NodeJS and npm](http://nodejs.org/) and [Git](https://help.github.com/articles/set-up-git) installed and set up.
|
||||
|
||||
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. Checkout the `develop` branch where all the development happens:
|
||||
`git checkout -t 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`
|
||||
1. Install the **npm** and **bower** packages:
|
||||
|
|
@ -42,8 +42,8 @@ rt 28017```
|
|||
1. Download and run the latest Node.js msi installation file from http://nodejs.org/download/
|
||||
1. Install [Git](https://help.github.com/articles/set-up-git).
|
||||
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. Checkout the `develop` branch where all the development happens:
|
||||
`git checkout -t origin/develop`
|
||||
1. Install the **npm** packages:
|
||||
`npm install`
|
||||
Read below for possible error message.
|
||||
|
|
|
|||
Loading…
Reference in a new issue