From 34a241be638e53d471786fd0ee5291d572ad835d Mon Sep 17 00:00:00 2001 From: Jeximo Date: Sun, 5 May 2024 12:28:33 -0300 Subject: [PATCH] corrected puncuation Period after cmake, colon after termux --- Further tidy on Android instructions README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Further tidy on Android instructions README.md b/Further tidy on Android instructions README.md index da9113772..463b139c6 100644 --- a/Further tidy on Android instructions README.md +++ b/Further tidy on Android instructions README.md @@ -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