Skip to content

Commit

Permalink
Merge pull request #324 from timur-harin/fix_readme_command
Browse files Browse the repository at this point in the history
Fix command in README.md with sudo
  • Loading branch information
yegor256 committed May 19, 2024
2 parents 428b12f + c2908cf commit 34ed405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Then, run the entire test suite

```bash
sudo make install
make test lint
sudo make test lint
```

Then, send us a
Expand Down

0 comments on commit 34ed405

Please sign in to comment.