Skip to content
Snippets Groups Projects
Commit 9a2baa87 authored by Craig Smith's avatar Craig Smith
Browse files

Updated install instructions

parent ec112848
Branches
Tags 1.0.0
No related merge requests found
......@@ -11,7 +11,16 @@ Package description: CHANGE ME
## Installation
Install via composer
Install via composer by adding the following to your composer.json file
```json
"repositories": [
{
"type": "vcs",
"url": "https://git.customd.com/custom-d/linters.git"
}
]
```
```bash
composer require custom-d/lint-hook
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment