corrected puncuation

Period after cmake, colon after termux
This commit is contained in:
Jeximo 2024-05-05 12:28:33 -03:00 committed by GitHub
parent 3ce8a98234
commit 34a241be63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -949,9 +949,9 @@ mv model.gguf ~/
[Get the code](https://github.com/ggerganov/llama.cpp#get-the-code) & [follow the Linux build instructions](https://github.com/ggerganov/llama.cpp#build) to build `llama.cpp`.
#### Building the Project using Android NDK
Obtain the [Android NDK](https://developer.android.com/ndk) and then build with CMake:
Obtain the [Android NDK](https://developer.android.com/ndk) and then build with CMake.
Execute the following commands on your computer to avoid downloading the NDK to your mobile. Alternatively, you can also do this in Termux.
Execute the following commands on your computer to avoid downloading the NDK to your mobile. Alternatively, you can also do this in Termux:
```
$ mkdir build-android
$ cd build-android