mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update help for run
This commit is contained in:
@@ -31,8 +31,12 @@ are automatically detected and applied to the running application.
|
||||
The application's database persists between runs. It's stored under
|
||||
the .meteor directory in the root of the project.
|
||||
|
||||
If you have added any platforms such as ios or android
|
||||
using 'meteor add-platform', you can specify which platforms to run your app on.
|
||||
You can specify additional platforms where the app should be run if they have
|
||||
been previously added with 'meteor add-platform'.
|
||||
By default, Meteor will run the app in an emulator. Appending "-device" to the
|
||||
end of a platform string (such as "android-device") will run the app on a
|
||||
physical device. "ios-device" will open XCode and allow you to manually run
|
||||
the app on a device.
|
||||
|
||||
Options:
|
||||
--port, -p Port to listen on (instead of the default 3000). Also
|
||||
|
||||
Reference in New Issue
Block a user