Skip to content

Commit cbf36b0

Browse files
committed
Documentation updates.
1 parent d0456e5 commit cbf36b0

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ SublimeLinter-ruby
44
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3) provides an interface to linting via [ruby -wc](https://www.ruby-lang.org). It will be used with files that have the “Ruby” syntax.
55

66
## Installation
7+
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here](https://github.com/SublimeLinter/SublimeLinter.github.io/wiki/Installation).
78

89
### Linter installation
910
Before installing this plugin, you must ensure that `ruby` is installed on your system. On Mac OS X and Linux, `ruby` comes preinstalled. On Windows, follow the instructions on the [Ruby site](https://www.ruby-lang.org/en/downloads/).
1011

11-
Once Ruby is installed, you can proceed to install the SublimeLinter-ruby plugin.
12+
Once Ruby is installed, you can proceed to install the SublimeLinter-ruby plugin if it not yet installed.
1213

1314
### Plugin installation
1415
Please use [Package Control](https://sublime.wbond.net/installation) to install the linter plugin. This will ensure that the plugin will be updated when new versions are available. If you want to install from source so you can modify the source code, you probably know what you are doing so we won’t cover that here.

messages/install.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
SublimeLinter-ruby
22
-------------------------------
3-
43
This linter plugin for SublimeLinter provides an interface to ruby.
54

6-
For more information, please see https://github.com/Aparajita/SublimeLinter-ruby.
5+
INSTALLATION
6+
------------
7+
Before this plugin will activate, you *must* follow the installation
8+
instructions here:
9+
10+
https://github.com/SublimeLinter/SublimeLinter-ruby

0 commit comments

Comments
 (0)