mirror of
https://github.com/selfxyz/self.git
synced 2026-01-23 05:28:02 -05:00
Merge pull request #30 from zk-passport/0xturboblitz-patch-1
Update README.md
This commit is contained in:
@@ -37,8 +37,15 @@ And install the targets like this:
|
||||
rustup target add aarch64-linux-android
|
||||
```
|
||||
|
||||
To run the server:
|
||||
To run the server, first connect your phone to your computer, allow access, then:
|
||||
```
|
||||
yarn start
|
||||
```
|
||||
Then press `a` for android or `i` for iOS
|
||||
|
||||
To export an apk:
|
||||
```
|
||||
cd android
|
||||
./gradlew assembleRelease
|
||||
```
|
||||
The built apk it located at `android/app/build/outputs/apk/release/app-release.apk`
|
||||
|
||||
Reference in New Issue
Block a user