Skip to content

Commit 37c2370

Browse files
committed
fix usage documentation.
1 parent f1c9a7a commit 37c2370

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/usage.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ After a long time, you'll get a "dist/default" directory containing all the comp
1212
libraries and build.py script to package your application using thoses
1313
libraries.
1414

15-
You can include other modules (or "recipes") to compile using `-m`. Put the C
16-
libraries to compile before any Python module, order is important.
15+
You can include other modules (or "recipes") to compile using `-m`::
1716

1817
./distribute.sh -m "openssl kivy"
1918
./distribute.sh -m "pil ffmpeg kivy"

0 commit comments

Comments
 (0)