Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
Add quick start section
Browse files Browse the repository at this point in the history
  • Loading branch information
loilo committed Dec 12, 2019
1 parent 83e59ee commit 6389600
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Headline

This is a repro for [remarkjs/remark-validate-links#XXX](https://github.com/remarkjs/remark-validate-links/issues/XXX).
This is a repro for [remarkjs/remark-validate-links#49](https://github.com/remarkjs/remark-validate-links/issues/49).

## Get started

```sh
# Install remark dependencies
npm install

# Run remark on README.md and subfolder/README.md
npm start
```

## Link to subfolder

Expand Down

0 comments on commit 6389600

Please sign in to comment.