mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-09 09:23:07 +00:00
Update README.md
"For properly using" → "For proper use" "current dir" → "current directory"
This commit is contained in:
parent
68a6faaf5c
commit
65d842ed34
@ -4,7 +4,7 @@ Package mobile implements [gomobile](https://github.com/golang/mobile) bindings
|
||||
|
||||
## Usage
|
||||
|
||||
For properly using this package, please refer to Makefile in the root of `go-waku` directory.
|
||||
For proper use this package, please refer to Makefile in the root of `go-waku` directory.
|
||||
|
||||
To manually build library, run following commands:
|
||||
|
||||
@ -24,7 +24,7 @@ export ANDROID_HOME=/path/to/android/sdk/
|
||||
gomobile init
|
||||
gomobile bind -v -target=android -ldflags="-s -w" github.com/waku-org/go-waku/mobile
|
||||
```
|
||||
This will generate `gowaku.aar` file in the current dir.
|
||||
This will generate `gowaku.aar` file in the current directory.
|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user