Skip to content

Commit 63bebfd

Browse files
authored
README Updates (fbsamples#11)
- Link to getting_started.html instead of install.html, which redirects. - Spell out `-r` as `--run` to save the user a trip to the docs. - Add a blank line to EOF as a best practice.
1 parent 60589d6 commit 63bebfd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cross-platform-scale-2015-demo/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ with Buck with shared native code.
77

88
Make sure you've [installed Buck](https://buckbuild.com/setup/install.html),
99
and if you want to use the Android code, make sure you've [setup your
10-
environment properly](https://buckbuild.com/setup/install.html#locate-android-sdk).
10+
environment properly](https://buckbuild.com/setup/getting_started.html)
1111

1212
## Building
1313

@@ -17,11 +17,11 @@ You can build the demo applications from the command line!
1717

1818
For Android, build the demo with:
1919

20-
buck install -r demo_app_android
20+
buck install --run demo_app_android
2121

2222
### iOS
2323

24-
buck install -r demo_app_ios
24+
buck install --run demo_app_ios
2525

2626
## Project Generation
2727

@@ -40,3 +40,4 @@ If you are on Windows, you'll want to run:
4040
### iOS
4141

4242
buck project demo_app_ios
43+

0 commit comments

Comments
 (0)