Update standalone README.md

This commit is contained in:
Leonardo Campos 2017-02-07 19:12:34 -02:00 committed by GitHub
parent 6adc31ce40
commit 96a747a2ef

View File

@ -36,7 +36,7 @@ It is possible to build this standalone viewer to run as a client-only bundle of
2. Next, build the client bundle into an output folder ("myOutputFolder") with a base URL ("localhost:3000"). In production, this would be the URL where the Viewer is available.
````
METEOR_PACKAGE_DIRS="../../Packages" meteor-build-client myOutputFolder -u localhost:3000
METEOR_PACKAGE_DIRS="../../Packages" meteor-build-client ../myOutputFolder -u localhost:3000
```