Skip to content

Commit

Permalink
docs: rephrase persistence setup
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Sep 23, 2023
1 parent 49a3f74 commit 93e8dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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 could add the following lines to your `.profile` or `.bash_profile`:
For a persistent setup you can add the SDK tools to your `.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 93e8dea

Please sign in to comment.