Skip to content

Commit

Permalink
update README.md (42School#270)
Browse files Browse the repository at this point in the history
I updated the "usage" field.
The relationship between the execution command and the description text was difficult to understand, so it is now easier to read.
  • Loading branch information
katataku authored Mar 17, 2022
1 parent 395c7e2 commit 08350b1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,29 @@ pip install norminette

## Usage

- Runs on the current folder and any subfolder:

```
norminette
```
Runs on the current folder and any subfolder

- Runs on the given filename(s):

```
norminette filename.[c/h]
```
Runs on the given filename(s)

- Prevents stopping on various blocking errors:

```
norminette -d
```
Prevents stopping on various blocking errors

- Outputs all the debug logging:

```
norminette -dd
```
Outputs all the debug logging

## Docker usage

Expand Down

0 comments on commit 08350b1

Please sign in to comment.