Skip to content

Commit

Permalink
Fix Go startup in README (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxminoS authored May 12, 2021
1 parent 2eddcfd commit 0019ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Use the following [instructions](https://reactnative.dev/docs/running-on-device) to run the app on a device. As a summary, install the required dependencies by going to the `client/` and do `yarn`. If running on iOS, go to `ios/` and install the pods by `pod install`. If building for Android, go to `android/`, sign a certificate and enter the password, then run `./gradlew assembleRelease` to generate the APK.

Run the Go server in the device you want to be controlled by going to `server/` and running `go run main.go`.
Run the Go server in the device you want to be controlled by going to `server/` and running `go run main.go -address <local network ip>:<port>`.

## Usage

Expand Down

0 comments on commit 0019ee3

Please sign in to comment.