docs: The right way of "set", according to #1126

This commit is contained in:
Cheng Zhao 2015-03-23 10:35:35 +08:00
parent de76ab97fb
commit 475f624113

View file

@ -95,7 +95,7 @@ variable and have a clean rebuild:
__Windows__ __Windows__
```cmd ```cmd
> set GYP_DEFINES=project_name=myapp product_name=MyApp > set "GYP_DEFINES=project_name=myapp product_name=MyApp"
> python script\bootstrap.py > python script\bootstrap.py
> python script\build.py -c Release -t myapp > python script\build.py -c Release -t myapp
``` ```