Skip to content

Commit 931d61a

Browse files
committed
update readme
1 parent 09030ad commit 931d61a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,23 @@ SublimeLinter-ruby
33

44
[![Build Status](https://travis-ci.org/SublimeLinter/SublimeLinter-ruby.svg?branch=master)](https://travis-ci.org/SublimeLinter/SublimeLinter-ruby)
55

6-
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to linting via [ruby -wc](https://www.ruby-lang.org). It will be used with files that have the “Ruby” syntax.
6+
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to linting via [ruby -wc](https://www.ruby-lang.org).
7+
It will be used with files that have the "Ruby" syntax.
8+
79

810
## Installation
11+
912
SublimeLinter must be installed in order to use this plugin.
1013

1114
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
1215

13-
Before installing this plugin, you must ensure that `ruby` is installed on your system. On Mac OS X and Linux, `ruby` comes pre-installed. On Windows, follow the instructions on the [Ruby site](https://www.ruby-lang.org/en/downloads/).
16+
Before installing this plugin, ensure that `ruby` is installed on your system.
17+
On Mac OS X and Linux, `ruby` comes pre-installed. On Windows, follow the instructions on the [Ruby site](https://www.ruby-lang.org/en/downloads/).
18+
19+
If you are using `rvm` or `rbenv`, ensure that they are loaded in your shell’s "profile" file.
1420

15-
If you are using `rvm` or `rbenv`, ensure that they are loaded in your shell’s “profile” file.
1621

1722
## Settings
23+
1824
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
1925
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html

0 commit comments

Comments
 (0)