Browse Source

Merge pull request #8954 from ANUKULJHA1506/master

Update README.md
Andy Scherzinger 3 years ago
parent
commit
bf3a6fb0c3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .devcontainer/README.md

+ 3 - 3
.devcontainer/README.md

@@ -1,5 +1,5 @@
 # Instructions
 
-1. Start a DevContainer either on GitHub Codespaces or locally in VSCode
-2. Accept all licenses by running `yes | /usr/lib/android-sdk/cmdline-tools/latest/bin/sdkmanager --licenses`
-3. You can now build the app using `./gradlew clean build`
+1. Start a DevContainer either on GitHub Codespaces or locally in VSCode.
+2. Accept all licenses by running `yes | /usr/lib/android-sdk/cmdline-tools/latest/bin/sdkmanager --licenses`.
+3. You can now build the app using `./gradlew clean build`.