Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pappz committed Feb 29, 2024
1 parent 04c916e commit e567fc5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

<br>

# 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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e567fc5

Please sign in to comment.