Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Refer to the steps outlined in DEPLOY.md for information to help with the initia
## Installing the CPD project

After you've installed Tarbell, you can install the CPD project with the following command:

tarbell install git@bitbucket.org:projectlargo/cpd-settlements.git
tarbell install https://github.com/INN/cpd-settlements

Tarbell will prompt you: "Where would you like to create this project? [/Users/yourusernamegoeshere/tarbell/cpd-settlements]"

Expand All @@ -39,7 +39,11 @@ This project uses npm (grunt) and bower for its pre-deployment build process and
npm install
bower install

Once you've installed the npm and bower requirements, run the build process:
Once you've installed the npm and bower requirements, install grunt if necessary:

npm install -g grunt-cli

Then run the build process:

grunt build

Expand Down
Loading