Skip to content

Commit 8fd6d14

Browse files
committed
minor update in the readme
1 parent 294c725 commit 8fd6d14

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ Since version 0.5, Skyfall also supports connecting to [Jetstream](https://githu
1515

1616
## Installation
1717

18-
From the command line:
18+
To use Skyfall, you need a reasonably new version of Ruby – it should run on Ruby 2.6 and above, although it's recommended to use a version that's still getting maintainance updates, i.e. currently 3.2+. A compatible version should be preinstalled on macOS Big Sur and above and on many Linux systems. Otherwise, you can install one using tools such as [RVM](https://rvm.io), [asdf](https://asdf-vm.com), [ruby-install](https://github.com/postmodern/ruby-install) or [ruby-build](https://github.com/rbenv/ruby-build), or `rpm` or `apt-get` on Linux (see more installation options on [ruby-lang.org](https://www.ruby-lang.org/en/downloads/)).
1919

20-
gem install skyfall
20+
To install the gem, run the command:
2121

22-
Or, add this to your `Gemfile`:
22+
[sudo] gem install skyfall
23+
24+
Or add this to your app's `Gemfile`:
2325

2426
gem 'skyfall', '~> 0.6'
2527

0 commit comments

Comments
 (0)