Skip to content

Commit

Permalink
docs: fix length and another rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Sep 23, 2023
1 parent 93e8dea commit 065988b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export SDKMANAGER="$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager"
"$SDKMANAGER" "platform-tools" "build-tools;34.0.0" "platforms;android-33" "ndk;22.1.7171670" # install ADB etc., build-tools, a platform and the NDK in one go
```

For a persistent setup you can add the SDK tools to your `.profile` or `.bash_profile` like so:
For a persistent setup you can add the SDK tools to your `PATH` variable
via `.profile` or `.bash_profile` like so:

```bash
echo 'export PATH=${PATH}:'"$ANDROID_HOME/cmdline-tools/latest/bin:$ANDROID_HOME/platform-tools" >> "$HOME/.profile"
Expand Down

0 comments on commit 065988b

Please sign in to comment.