Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a8fc98e

Browse files
committed
Update CONTRIBUTING.md
1 parent a339ed1 commit a8fc98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ target.
3838

3939
### Android
4040

41-
* (Only the first time) `./build/install-build-deps-android.sh`
41+
* (Only the first time) `sudo ./build/install-build-deps-android.sh`
4242
* (Only the first time) `./tools/android/download_android_tools.py`
4343
* `./sky/tools/gn --android`
4444
* `ninja -C out/android_Debug`
4545
* `./sky/tools/shelldb start out/android_Debug/ sky/sdk/example/hello_world/lib/main.dart`
4646

4747
### Linux
4848

49-
* (Only the first time) `./build/install-build-deps.sh`
49+
* (Only the first time) `sudo ./build/install-build-deps.sh`
5050
* `./sky/tools/gn`
5151
* `ninja -C out/Debug`
5252
* `./out/Debug/sky_shell --package-root=out/Debug/gen/dart-pkg/packages sky/sdk/example/hello_world/lib/main.dart`

0 commit comments

Comments
 (0)