We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdd208 commit c4c8136Copy full SHA for c4c8136
README.md
@@ -251,6 +251,7 @@ See the changes on the PGN Viewer demo page: http://localhost:8091/
251
```
252
6. Run:
253
```bash
254
+ adb kill-server
255
adb tcpip 5555
256
257
7. You should see the phone in the devices list:
@@ -284,5 +285,6 @@ See the changes on the PGN Viewer demo page: http://localhost:8091/
284
285
286
4. Run the app:
287
- flutter run --dart-define=LICHESS_HOST=http://[your private IP]:8080 --dart-define=LICHESS_WS_HOST=http://[your private IP]:8080
288
+ LICHESS_HOST=http://[your private IP]:8080
289
+ flutter run --dart-define=LICHESS_HOST=$LICHESS_HOST --dart-define=LICHESS_WS_HOST=$LICHESS_HOST
290
0 commit comments