From c5b4b155593ad78e587d14989023c22454769b57 Mon Sep 17 00:00:00 2001 From: apex Date: Wed, 25 Jun 2025 06:44:25 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 420cad3..8f69f31 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # valDict A very simple computer readable online dictionary based entirely off of data from **[Wiktionary](https://en.wiktionary.org/wiki/Wiktionary:Main_Page)** that uses data made with **[Wiktextract](https://github.com/tatuylonen/wiktextract)**. -valDict can be served using the built in react server that comes with this repo, or your choice of web server. \ No newline at end of file +valDict can be served using the built in react server that comes with this repo, or your choice of web server. + + +## Building +building valDict is very easy, just clone the repo and run: `./downloadDict.sh` then run `./cleanbuild.sh` \ No newline at end of file