Skip to content

Commit

Permalink
Add "Contributing" section to main README
Browse files Browse the repository at this point in the history
  • Loading branch information
laaraujo committed May 9, 2024
1 parent 599319d commit 2e3aa8e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ The following are the icons use in some diagrams from [Jeremy's IT Lab](https://

* CCNA Course from [Jeremy's IT Lab](https://www.youtube.com/playlist?list=PLxbwE86jKRgMpuZuLBivzlM8s2Dk5lXBQ)

## Contributing

```sh
# Clone this repo - https://github.com/laaraujo/ccna-notes
git clone [email protected]:laaraujo/ccna-notes.git

# Install pre-commit - https://pre-commit.com/
pip install pre-commit

# Install markdownlint-cli - https://github.com/igorshubovych/markdownlint-cli
npm install -g markdownlint-cli

# Setup pre-commit hooks
pre-commit install
```

## This repo

[laaraujo/ccna-notes](https://github.com/laaraujo/ccna-notes)

0 comments on commit 2e3aa8e

Please sign in to comment.