From a6886d14fbdf8c1d784528272e9396015297aa70 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 13 May 2015 13:31:04 -0700 Subject: added instructions for running multiple leap_cli versions --- pages/docs/platform/en.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pages/docs') 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 ---------------------------------- -- cgit v1.2.3