update cmd command (#147)

The cmd command have a space between the ENVFILE and the value so the ENVFILE doesn't change.
This commit is contained in:
Assem-Hafez 2017-09-25 21:04:59 +02:00 committed by Pedro Belo
parent d7bf157d01
commit a0fa05a51f

View File

@ -110,7 +110,7 @@ $ ENVFILE=.env.staging react-native run-android
On Windows (in cmd)
```
SET ENVFILE = '.env.staging' && react-native run-android
SET ENVFILE='.env.staging' && react-native run-android
```
On Windows (in Powershell)