proper example mlochbaum/BQN path in readme

This commit is contained in:
dzaima 2023-03-22 18:00:47 +02:00
parent 9337de5a0e
commit 39a0cb63c6

View File

@ -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). 2. clone [mlochbaum/BQN](https://github.com/mlochbaum/BQN).
3. From within CBQNs directory, run `mkdir -p build/bytecodeLocal/gen` 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` 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 ## Requirements