Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9127e49

Browse files
committed
Update the README file
1 parent fd576fb commit 9127e49

1 file changed

Lines changed: 14 additions & 17 deletions

File tree

README.markdown

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,33 @@
1-
textmate
2-
========
1+
# textmate
32

43
A binary that provides package management for TextMate.
54

6-
Usage
7-
=====
5+
# Usage
86

97
`textmate [COMMAND] [*PARAMS]`
108

119
Textmate bundles are automatically reloaded after install or uninstall operations.
1210

13-
`textmate remote [SEARCH]`
14-
------------------------
11+
## `textmate remote [SEARCH]`
1512

16-
List all of the available bundles in the remote repository that have a substring `search`. By default, list all bundles.
13+
List all of the available bundles in the remote repository, optionally filtering by `search`.
1714

18-
`textmate list`
19-
--------------------
15+
## `textmate list [SEARCH]`
2016

21-
List all of the bundles that are installed on the local system.
17+
List all of the bundles that are installed on the local system, optionally filtering by `search`.
2218

23-
`textmate install NAME [SOURCE]`
24-
-----------------------
19+
## `textmate install NAME [SOURCE]`
2520

2621
Installs a bundle from the remote repository. SOURCE filters known remote bundle locations.
22+
For example, if you want to install the "Ruby on Rails" bundle off GitHub, you'd type the following:
23+
24+
`textmate install "Ruby on Rails" GitHub`
2725

2826
Available remote bundle locations are:
29-
Macromates Trunk
30-
Macromates Review
31-
GitHub
27+
* Macromates Trunk
28+
* Macromates Review
29+
* GitHub
3230

33-
`textmate uninstall NAME`
34-
-------------------------
31+
## `textmate uninstall NAME`
3532

3633
Uninstalls a bundle from the local repository.

0 commit comments

Comments
 (0)