We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 626c806 + a904554 commit 0a2ef0eCopy full SHA for 0a2ef0e
1 file changed
README.md
@@ -91,7 +91,7 @@ The APK can be built inside the Android builder container with:
91
92
```bash
93
docker run --rm \
94
- -v /d/llama.cpp/android-gui-wrapper:/source \
+ -v /path/to/repo/:/source \
95
-w /source \
96
llama-android-builder:latest \
97
bash -c "rm -rf .gradle app/.gradle app/build && export ANDROID_HOME=/opt/android-sdk && gradle assembleDebug --no-daemon --parallel"
0 commit comments