ddollar-textmate 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +3 -5
- data/VERSION +1 -1
- data/bin/textmate +1 -1
- data/textmate.gemspec +1 -1
- metadata +1 -1
data/README.markdown
CHANGED
@@ -5,6 +5,7 @@ A binary that provides package management for TextMate.
|
|
5
5
|
# Example
|
6
6
|
|
7
7
|
$ textmate install javascript
|
8
|
+
|
8
9
|
Please select a bundle from the following list:
|
9
10
|
|
10
11
|
Github
|
@@ -57,12 +58,9 @@ List all of the bundles that are installed on the local system, optionally filte
|
|
57
58
|
|
58
59
|
## Installing new bundles
|
59
60
|
|
60
|
-
`textmate install NAME
|
61
|
-
|
62
|
-
Installs a bundle from the remote repository. SOURCE filters known remote bundle locations.
|
63
|
-
For example, if you want to install the "Ruby on Rails" bundle off GitHub, you'd type the following:
|
61
|
+
`textmate install NAME`
|
64
62
|
|
65
|
-
|
63
|
+
Installs a bundle from a remote repository.
|
66
64
|
|
67
65
|
Available remote bundle locations are:
|
68
66
|
* Macromates Trunk
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.1
|
data/bin/textmate
CHANGED
data/textmate.gemspec
CHANGED