Skip to content

Commit 37f3d5e

Browse files
authored
Create README.md
1 parent 8adef31 commit 37f3d5e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Install below packages
2+
```sudo apt update
3+
sudo apt install git
4+
sudo apt install python3
5+
pip install pre-commit
6+
sudo apt install cppcheck
7+
sudo apt install clang-format
8+
```
9+
10+
# Execute
11+
`pre-commit run --all-files`

0 commit comments

Comments
 (0)