Skip to content

Commit 93bf27e

Browse files
committed
Document make example.
1 parent 50b13fb commit 93bf27e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/contributing.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,16 @@ the libraries required for working on the Debug Toolbar::
2222

2323
.. _virtualenv: http://www.virtualenv.org/
2424

25+
You can run now run the example application::
26+
27+
$ make example
28+
2529
Tests
2630
-----
2731

2832
Once you've set up a development environment as explained above, you can run
29-
the test suite::
33+
the test suite for the versions of Django and Python installed in that
34+
environment::
3035

3136
$ make test
3237

0 commit comments

Comments
 (0)