rb_nav 0.1.8 → 0.1.9
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 +1 -6
- data/bin/rb_nav_classes +1 -0
- data/lib/rb_nav/version.rb +1 -1
- metadata +1 -1
data/README.markdown
CHANGED
|
@@ -23,16 +23,11 @@ documentation-browsing features.
|
|
|
23
23
|
|
|
24
24
|
## Install
|
|
25
25
|
|
|
26
|
-
gem install rb_nav
|
|
27
|
-
|
|
28
|
-
Then
|
|
29
|
-
|
|
30
|
-
rb_nav_install
|
|
26
|
+
gem install rb_nav && rb_nav_install
|
|
31
27
|
|
|
32
28
|
This installs the rb_nav.vim plugin into your ~/.vim/plugin directory.
|
|
33
29
|
|
|
34
30
|
To upgrade RbNav to a newer version, just repeat the installation procedure.
|
|
35
|
-
Don't forget to run `rb_nav_install` again after you download the new gem.
|
|
36
31
|
|
|
37
32
|
|
|
38
33
|
## Commands
|
data/bin/rb_nav_classes
CHANGED
data/lib/rb_nav/version.rb
CHANGED