Skip to content

Commit 722a50a

Browse files
authored
Updates Readme's installation section (#258)
1 parent dba3b70 commit 722a50a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ You can find some basic setup instructions and links to the RuboCop OSS project
1111
### Installation
1212

1313
1. If you haven't already, [install the Code Climate CLI](https://github.com/codeclimate/codeclimate).
14-
2. Run `codeclimate engines:enable rubocop`. This command both installs the engine and enables it in your `.codeclimate.yml` file.
14+
2. Enable the engine by adding the following under `plugins` in your `.codeclimate.yaml`:
15+
```yaml
16+
plugins:
17+
rubocop:
18+
enabled: true
19+
```
1520
3. You're ready to analyze! Browse into your project's folder and run `codeclimate analyze`.
1621

1722
### Need help?

0 commit comments

Comments
 (0)