Skip to content

Commit

Permalink
README: Clarified developer install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cambell-prince committed Jan 3, 2015
1 parent a3504a7 commit 9d75a00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ Not happy with that? Well obviously it *can* be installed. The demo site is wo
### Developer Installation via git

* Install my [feature/theme](https://github.com/cambell-prince/frontaccounting/tree/feature/theme) branch of FrontAccounting via git.
* `git clone https://github.com/cambell-prince/frontaccounting-theme-bootstrap.git`
* `git checkout feature/theme` or `git checkout master-cp`
* Install [this theme](https://github.com/cambell-prince/frontaccounting-theme-bootstrap) in the themes/bootstrap folder.
* `cd themes`
* `git clone https://github.com/cambell-prince/frontaccounting-theme-bootstrap.git bootstrap`
* Run [composer](https://getcomposer.org/) install to install the dependencies.
* `cd bootstrap`
* `composer install`

### User Installation via tar or zip packages

Expand Down

0 comments on commit 9d75a00

Please sign in to comment.