summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index a7e8c53..994492e 100644
--- a/README.rst
+++ b/README.rst
@@ -28,7 +28,8 @@ Windows
MessagePack requires gcc currently. So you need to prepare
MinGW GCC.
- $ python setup.py install -c mingw32
+ $ python setup.py build -c mingw32
+ $ python setup.py install
TEST
----