Skip to content
Closed
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
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ Next, if you haven't already done so, make sure you actually require the package
"require": {
"my/world-domination": "dev-master"
}


Please note that the version you required must be the current branch on your local repository.
This is important if you don't use `master` as default branch. Make sure to `git checkout master` before running `composer update`.

And finally, tell Studio to set up the symlinks:

$ composer update my/world-domination
Expand Down Expand Up @@ -126,7 +129,7 @@ This will make sure all packages in the `baz` directory (paths with wildcards ar
#### unload: Stop managing a local path

$ studio unload foo

This will remove the path `foo` from the studio.json configuration file.
This means any packages in that path will not be available to Composer anymore (unless they are still hosted on Packagist).

Expand Down