Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Include the actual commands that the developer needs to run, so they
don't have to figure it out.
  • Loading branch information
markstory committed Feb 17, 2014
1 parent 40f2428 commit be4fbde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@ If Composer is installed globally, run

1. Clone this repository at desired location.
2. Clone [CakePHP](https://github.com/cakephp/cakephp) into `vendor/cakephp/cakephp`.
```
git clone git://github.com/cakephp/cakephp.git vendor/cakephp/cakephp
```
3. Checkout the `3.0` branch in the new CakePHP clone.
```
cd vendor/cakephp/cakephp
git checkout -t -b 3.0 origin/3.0
```
4. Copy `App/Config/app.default.php` to `App/Config/app.php`

You should now be able to visit the path to where you installed the app and see
Expand Down

0 comments on commit be4fbde

Please sign in to comment.