From 39a0cb63c6a5356ff7405402b332b1b855e4f140 Mon Sep 17 00:00:00 2001 From: dzaima Date: Wed, 22 Mar 2023 18:00:47 +0200 Subject: [PATCH] proper example mlochbaum/BQN path in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f41d1281..704401af 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ By default, the CBQN will use [precompiled bytecode](https://github.com/dzaima/c 2. clone [mlochbaum/BQN](https://github.com/mlochbaum/BQN). 3. From within CBQNs directory, run `mkdir -p build/bytecodeLocal/gen` 4. Run `said-other-bqn-impl ./build/genRuntime path/to/mlochbaum/BQN build/bytecodeLocal` - In the case of the Java impl, `java -jar path/to/dzaima/BQN/BQN.jar ./build/genRuntime ~/git/BQN build/bytecodeLocal` + In the case of the Java impl, `java -jar path/to/dzaima/BQN/BQN.jar ./build/genRuntime path/to/mlochbaum/BQN build/bytecodeLocal` ## Requirements