From 98b7fe81ae9a5146f7c7303aa7bf1fb83fd9694d Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Wed, 14 May 2025 20:42:46 +0200 Subject: [PATCH] another note --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a9bc6017..43151e70 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,11 @@ In case of errors, the standard output is redirected to `quarkus.log` in the `ap ### How to connect to other peers? Then, a web interface will be available at `losthost:8080` (or whatever the HTTP port is), that can be used to connect with other peers. Peers on local network should be available to be connected to automatically. + +## Other notes + +### Running tests + +To run LazyFS tests, LazyFS needs to be built: the git submodules need to be cloned and `./thirdparty/lazyfs/build.sh` script needs to be run. + +LazyFS tests were only tested on Linux.