Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 48dee92

Browse files
committed
Update mobile README
1 parent d00c339 commit 48dee92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mobile/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ Ensure you have all the following dependencies installed for a complete developm
1212
* node 10 LTS (`brew install node@10`)
1313
* react-native-cli (`npm install -g react-native-cli`)
1414
* watchman (`brew install watchman`)
15-
* go 1.11.x (`brew install go@1.11`)
15+
* go 1.13.x (`brew install go@1.13`)
1616
* protoc (`brew install protobuf`)
17+
* `go get -u -v golang.org/x/tools/go/packages`
1718
* [gomobile](https://github.com/golang/go/wiki/Mobile) (`go get -u golang.org/x/mobile/cmd/gomobile`)
1819
* falafel (`go get -u github.com/halseth/falafel`)
1920

@@ -28,7 +29,7 @@ _Required for Android_
2829

2930
## Building lnd
3031

31-
Before running the app, we will build mobile binaries for `lnd` so GRPC calls can be made during runtime. Check that your version of lnd (v0.8.0+) includes the lnd mobile build tools added in [this PR](https://github.com/lightningnetwork/lnd/pull/3282). Then from the `lnd` project root run:
32+
Before running the app, we will build mobile binaries for `lnd` so GRPC calls can be made during runtime. From the `lnd` project root run:
3233

3334
```
3435
make clean

0 commit comments

Comments
 (0)