From aea5552a640b8db9c6d1465cacfa3d5f5a9bed26 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 27 Feb 2026 22:29:09 +0100 Subject: [PATCH] INSTALL.md: fix typo Reported-by: Nathan-M-code on github Fixes #20766 Closes #20767 --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 2db659f397..7e0329c8e7 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -426,7 +426,7 @@ another SSL backend such as OpenSSL. # Android -When building curl for Android you can you CMake or curl's `configure` script. +When building curl for Android you can either use CMake or `configure`. Before you can build curl for Android, you need to install the Android NDK first. This can be done using the SDK Manager that is part of Android Studio.