Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: stylelint-config-eyeo/README.md

Issue 29704603: Issue 5945 - Removed sudo suggestion from node module READMEs (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Created Feb. 21, 2018, 4:36 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « eslint-config-eyeo/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: stylelint-config-eyeo/README.md
===================================================================
--- a/stylelint-config-eyeo/README.md
+++ b/stylelint-config-eyeo/README.md
@@ -3,18 +3,16 @@
A [Stylelint](https://stylelint.io) configuration that checks for compliance
with the [Adblock Plus coding style guide](https://adblockplus.org/coding-style#html-css)
which is used for all eyeo projects.
## Installation
npm install -g stylelint
-This command requires administrator privileges so you might need to use `sudo`.
-
Next, either install stylelint-config-eyeo within your project. For example:
npm install --save-dev stylelint-config-eyeo
Or, install stylelint-config-eyeo globally. For example:
npm install -g stylelint-config-eyeo
« no previous file with comments | « eslint-config-eyeo/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld