From e7c27aff3a1b6d27dd83a23859ce01d55e312716 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Mon, 2 Apr 2018 17:54:56 +0200 Subject: [PATCH] update readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a53640..8a445e6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ SublimeLinter-cpplint [![Build Status](https://travis-ci.org/SublimeLinter/SublimeLinter-cpplint.svg?branch=master)](https://travis-ci.org/SublimeLinter/SublimeLinter-cpplint) -This linter plugin for SublimeLinter provides an interface to [cpplint](https://pypi.python.org/pypi/cpplint). It will be used with files that have the "C" or “C++” syntax. +This linter plugin for SublimeLinter provides an interface to [cpplint](https://pypi.python.org/pypi/cpplint). +It will be used with files that have the "C" or "C++" syntax. ## Installation @@ -11,7 +12,8 @@ SublimeLinter must be installed in order to use this plugin. Please use [Package Control](https://packagecontrol.io) to install the linter plugin. -Before using this plugin, you must ensure that `cpplint` is installed on your system. To install `cpplint`, do the following: +Before using this plugin, ensure that `cpplint` is installed on your system. +To install `cpplint`, do the following: 1. Install [Python](http://python.org/download/) and [pip](http://www.pip-installer.org/en/latest/installing.html). @@ -20,7 +22,8 @@ Before using this plugin, you must ensure that `cpplint` is installed on your sy [sudo] pip install cpplint ``` -In order for `cpplint` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable). +Please make sure that the path to `cpplint` is available to SublimeLinter. +The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable). ## Settings