From 7a9200eebaeba20661d2fb4f3e3f0339b2c407c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9C=96=E8=90=BD?= <30849181+Linloir@users.noreply.github.com> Date: Mon, 14 Mar 2022 11:53:52 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b76655d..660a81a 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ Visit [Wordle on my server](http://wordle.linloir.xyz) to play the online versio Download `.apk` file in the release page, install & enjoy. -## Debug on your device +### Deploy an web version - clone this repository - `flutter clean` - `flutter pub get` -- `flutter run -d chrome --web-renderer html` +- `flutter build web --release --web-renderer html` -# What dictionary am I using +## What dictionary am I using The hidden word is selected from one of the wordlists from [English wordlists for Chinese](https://github.com/mahavivo/english-wordlists)