Skip to content

Commit c4c8136

Browse files
committed
docs
1 parent acdd208 commit c4c8136

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ See the changes on the PGN Viewer demo page: http://localhost:8091/
251251
```
252252
6. Run:
253253
```bash
254+
adb kill-server
254255
adb tcpip 5555
255256
```
256257
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/
284285
285286
4. Run the app:
286287
```bash
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
288290
```

0 commit comments

Comments
 (0)