From 13ac5b93772f149e881066fb72700dbdb73cf4e9 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Fri, 5 Nov 2021 11:39:05 +0300 Subject: [PATCH] [docs] Fix android Sdk path Signed-off-by: Konstantin Pastbin --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 894dd2cc3b..a7bff49ebd 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -218,13 +218,13 @@ installed in the system: **Linux**: ```bash -export PATH=$HOME/Android/sdk/cmake/3.18.1/bin:$PATH +export PATH=$HOME/Android/Sdk/cmake/3.18.1/bin:$PATH ``` **macOS**: ```bash -export PATH=$HOME/Library/Android/sdk/cmake/3.18.1/bin:$PATH +export PATH=$HOME/Library/Android/Sdk/cmake/3.18.1/bin:$PATH ``` ### Getting sources