Skip to content

Commit 779e329

Browse files
committed
add makefile syntax to readme
1 parent 4151cd0 commit 779e329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ You will need the following things properly installed on your computer.
160160

161161
### Running Tests
162162

163-
* `py.test -s -v tests/`
163+
* `make test`
164164

165165
### Linting
166166

167-
* `pylint app/`
167+
* `make lint`
168168

169169
### Building
170170

0 commit comments

Comments
 (0)