Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Further updates to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
cypher committed May 27, 2008
1 parent 9127e49 commit d3323ea
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@ A binary that provides package management for TextMate.

Textmate bundles are automatically reloaded after install or uninstall operations.

## `textmate remote [SEARCH]`
## List available remote bundles

`textmate remote [SEARCH]`

List all of the available bundles in the remote repository, optionally filtering by `search`.

## `textmate list [SEARCH]`
## List installed bundles

`textmate list [SEARCH]`

List all of the bundles that are installed on the local system, optionally filtering by `search`.

## `textmate install NAME [SOURCE]`
## Installing new bundles

`textmate install NAME [SOURCE]`

Installs a bundle from the remote repository. SOURCE filters known remote bundle locations.
For example, if you want to install the "Ruby on Rails" bundle off GitHub, you'd type the following:
Expand All @@ -28,6 +34,8 @@ Available remote bundle locations are:
* Macromates Review
* GitHub

## `textmate uninstall NAME`
## Uninstalling bundles

`textmate uninstall NAME`

Uninstalls a bundle from the local repository.

0 comments on commit d3323ea

Please sign in to comment.