From ef10518fcbe98d891afbfe1042a0910fba4a87b3 Mon Sep 17 00:00:00 2001 From: Julian Rohrhuber <rohrhuber@protonmail.com> Date: Sat, 20 May 2023 10:10:04 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d2a6a64..8ded11f 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,11 @@ Quarks.install(<"path to the nth folder">) ``` Quarks.install("".resolveRelative) ``` + +For some of the examples, you may have to increase: + +``` +s.options.numWireBufs = 1024; +s.reboot; +``` + -- GitLab