README.markdown in cypher-textmate-0.9.1 vs README.markdown in cypher-textmate-0.9.2
- old
+ new
@@ -1,31 +1,41 @@
-textmate
-========
+# textmate
A binary that provides package management for TextMate.
-Usage
-=====
+# Usage
`textmate [COMMAND] [*PARAMS]`
Textmate bundles are automatically reloaded after install or uninstall operations.
+## List available remote bundles
+
`textmate remote [SEARCH]`
-------------------------
-List all of the available bundles in the remote repository that have a substring `search`. By default, list all bundles.
+List all of the available bundles in the remote repository, optionally filtering by `search`.
-`textmate list`
---------------------
+## List installed bundles
-List all of the bundles that are installed on the local system.
+`textmate list [SEARCH]`
+List all of the bundles that are installed on the local system, optionally filtering by `search`.
+
+## Installing new bundles
+
`textmate install NAME [SOURCE]`
------------------------
-Installs a bundle from the remote repository. SOURCE filters known remote bundle locations.
+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:
+`textmate install "Ruby on Rails" GitHub`
+
+Available remote bundle locations are:
+* Macromates Trunk
+* Macromates Review
+* GitHub
+
+## Uninstalling bundles
+
`textmate uninstall NAME`
--------------------------
Uninstalls a bundle from the local repository.