diff options
author | elijah <elijah@riseup.net> | 2015-05-13 13:31:04 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-05-13 13:31:04 -0700 |
commit | a6886d14fbdf8c1d784528272e9396015297aa70 (patch) | |
tree | bc567f672e9251a6c1bf29cfd3131f7d8c2ae124 /pages/docs/platform/en.md | |
parent | f6fbd89c5360fb95f4ab82ad31601107c70fc0d0 (diff) |
added instructions for running multiple leap_cli versions
Diffstat (limited to 'pages/docs/platform/en.md')
-rw-r--r-- | pages/docs/platform/en.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/docs/platform/en.md b/pages/docs/platform/en.md index d0dcfcc..c7400e1 100644 --- a/pages/docs/platform/en.md +++ b/pages/docs/platform/en.md @@ -66,6 +66,15 @@ These two approaches, masterless push and pre-compiled static configuration, all The `leap` command line tool is distributed as a git repository: `https://leap.se/git/leap_cli`. It can be installed with `sudo gem install leap_cli`. +Tip: With rubygems, you can always specify the gem version as the first argument to any executable installed by rubygems. For example: + + sudo gem install leap_cli --version 1.6.2 + sudo gem install leap_cli --version 1.7.2 + leap _1.6.2_ --version + => leap 1.6.2, ruby 2.1.2 + leap _1.7.2_ --version + => leap 1.7.2, ruby 2.1.2 + Getting started ---------------------------------- |