Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
Hotfix: Set working directory when invoking the composer require command
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Rombauts committed Dec 4, 2014
1 parent 90b157e commit d779cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-started/set-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ When inside the box, use the `joomla` command line tool to create a new Joomla s

After that, make sure Nooku is installed with the following line

$ composer require nooku/nooku-framework:2.*
$ composer require --working-dir=/var/www/todo nooku/nooku-framework:2.*

That's it! Those two commands have installed Joomla and the Framework, and your tutorial sandbox
should be available at [http://joomla.dev/todo/](http://joomla.dev/todo/).
Expand Down

0 comments on commit d779cf9

Please sign in to comment.