diff --git a/README.md b/README.md index b0af9c07e..4d1b8b1b9 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,9 @@ It's useful if you want to make design and GUI changes. - Install [Node](https://nodejs.org), [Yarn](https://classic.yarnpkg.com) and [Android Studio + Android SDK (including NDK)](https://developer.android.com/studio/) - If needed, install an emulated android device inside Android Studio -- Download lnd binary from [from the latest Blixt Wallet release](https://github.com/hsjoberg/blixt-wallet/releases) and put it in `android/lndmobile`. Alternatively build lnd for Android by following the steps in [build-android-aar.md](build-android-aar.md) +- Download lnd binary from [from the latest Blixt Wallet release](https://github.com/hsjoberg/blixt-wallet/releases) and put it in `android/lndmobile`. Alternatively build lnd for Android by following the steps in [Build Lnd For mobile](https://github.com/lightningnetwork/lnd/tree/master/mobile) - Get the tor sub-module: `git submodule update --init` - Install Node packages: `yarn` -- Compile the Tor Android lib: `yarn build-tor-lib` - Generate proto files: `yarn gen-proto` To start the application: @@ -79,7 +78,7 @@ To start the application: To build the iOS version, a computer running macOS is required. You also need an Apple Developer account, although you do not need to be enrolled in the Developer Program. - Install [Xcode](https://developer.apple.com/xcode/), [Node](https://nodejs.org) and [Yarn](https://classic.yarnpkg.com/) -- Build lnd for iOS by following the steps in [build-ios-framework.md](build-ios-framework.md) +- Build lnd for iOS by following the steps in [Build Lnd for mobile](https://github.com/lightningnetwork/lnd/tree/master/mobile) - Install Node packages: `yarn` - Generate proto files: `yarn gen-proto` - Install CocoaPods libs: `cd ios && pod install`