From e5f12279483fc6f0997be2faecd36a0b7d10e283 Mon Sep 17 00:00:00 2001 From: apex Date: Wed, 25 Jun 2025 07:04:10 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ba53367..28961e5 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,13 @@ valDict can be served using the built in react server that comes with this repo, ## Building +Firstly, you need the "large_dir" option enabled in your filesystem and "dir_index" will also help speed things up, they can be enabled with +```bash + +tune2fs -O large_dir /dev/DEVICE +tune2fs -O dir_index /dev/DEVICE + +#DEVICE can be found with lsblk + +``` building valDict is very easy, just clone the repo and run: `./downloadDict.sh` then run `./cleanbuild.sh` (beware, building takes a LONGGGG time... (has to write 20gb~ worth of files)) \ No newline at end of file