Skip to content

Commit c19bf24

Browse files
committed
Merge pull request Urigo#1146 from Hongbo-Miao/patch-2
The meteor install-sdk command no longer works
2 parents 0a0a939 + 429aa85 commit c19bf24

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/angular-meteor/client/content/tutorials/socially/angular2/tutorials.socially.angular2.step_11.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ You can find more information about Cordova integration with Meteor [here](https
2020

2121
### Running on Android Emulator
2222

23-
In the terminal, go to your app folder and type:
23+
Follow this [instruction](https://github.com/meteor/meteor/wiki/Mobile-Development-Install:-Android-on-Mac) to install all of the necessary tools to build an Android app from your project.
2424

25-
meteor install-sdk android
26-
27-
This will help you install all of the necessary tools to build an Android app from your project.
2825
When you are done installing everything, type:
2926

3027
meteor add-platform android
@@ -52,11 +49,9 @@ The app will be built and installed on your device. If you want to point your ap
5249

5350
If you have a Mac, you can run your app inside the iOS simulator.
5451

55-
Go to your app folder and type:
56-
57-
meteor install-sdk ios
52+
Follow this [instruction](https://github.com/meteor/meteor/wiki/Mobile-Development-Install:-iOS-on-Mac) to run you through the setup necessary to build an iOS app from your project.
5853

59-
This will run you through the setup necessary to build an iOS app from your project. When you're done, type:
54+
When you're done, type:
6055

6156
meteor add-platform ios
6257
meteor run ios

0 commit comments

Comments
 (0)