Skip to content

Commit

Permalink
Explain load command in README.
Browse files Browse the repository at this point in the history
Related to #9.
  • Loading branch information
franzliedke committed Mar 17, 2015
1 parent 2e75d9a commit 305cab5
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 @@ -46,6 +46,12 @@ This will include things like configuration for testing tools, Travis CI, and au

This will clone the given Git repository to the `bar` directory and install its dependencies.

### Import a package from an existing directory

studio load baz

This will make sure the package in the `baz` directory will be autoloadable using Composer.

### Remove a package

Sometimes you want to throw away a package.
Expand Down

0 comments on commit 305cab5

Please sign in to comment.