From e567fc50327f111d960e5593a7728c598696608b Mon Sep 17 00:00:00 2001 From: Zoltan Papp Date: Thu, 29 Feb 2024 20:17:50 +0100 Subject: [PATCH] Fix typo --- Readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index c0cdf27..234afce 100644 --- a/Readme.md +++ b/Readme.md @@ -28,9 +28,9 @@
-# NetBird android client +# NetBird Android client -The NetBird android client allows connections from mobile devices running android to private resources in the NetBird network. +The NetBird Android client allows connections from mobile devices running Android to private resources in the NetBird network. ## Install You can download and install the app from the Google Play Store: @@ -39,9 +39,9 @@ You can download and install the app from the Google Play Store: ## Building from source -### requirements +### Requirements We need the following software: -* Java 1.11. Usually comes with android studio +* Java 1.11. Usually comes with Android Studio * android studio initialized with jdk and emulator (not covered here, is a req from android-client and react-native-app projects) * gradle (https://gradle.org/install/) * npm 1.18, yarn and nvm: @@ -78,7 +78,7 @@ export JAVA_HOME=/Applications/Android Studio.app/Contents/jbr/Contents/Home cd ~/projects/react-native-app $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install "ndk;23.1.7779620" ``` -5. Build the gomobile lib and the android client lib: +5. Build the gomobile lib and the Android client lib: ````shell cd ~/projects/react-native-app bash -x build-android-lib.sh ~/projects/netbird @@ -92,9 +92,9 @@ yarn add file:./react/netbird-lib ```shell yarn start ``` -8. select `a` to install it on your android phone or emulator +8. select `a` to install it on your Android phone or emulator -### generate debug bundle +### Generate debug bundle Follow the steps to run locally until the step 5 then run the following steps: 1. run npx from react native app repo ```shell