fvm 0.1.5 → 0.1.6
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.md +3 -3
- data/lib/fvm/cli/shell.rb +4 -0
- data/lib/fvm/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -19,12 +19,12 @@ Installation
|
|
19
19
|
|
20
20
|
First, install the **fvm** gem:
|
21
21
|
|
22
|
-
|
22
|
+
gem install fvm
|
23
23
|
|
24
24
|
Next, add the following to your bash initialization script (bashrc, bash_init, /etc/profile, whatever you prefer):
|
25
25
|
|
26
|
-
|
27
|
-
|
26
|
+
[[ -s $(fvm restart) ]] && source $(fvm restart)
|
27
|
+
# This loads FVM into a shell session.
|
28
28
|
|
29
29
|
*Note: If you also have **rvm** installed, make sure these lines go **AFTER** the **rvm** initialization.*
|
30
30
|
|
data/lib/fvm/cli/shell.rb
CHANGED
data/lib/fvm/version.rb
CHANGED
metadata
CHANGED