From f84635c93b9068ee3f519ed47d327dacbfa7674f Mon Sep 17 00:00:00 2001 From: Nathaniel Navarro Date: Mon, 30 Dec 2024 08:44:26 -0800 Subject: [PATCH] Alternatively --- docs/running-calyx/fud2/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-calyx/fud2/index.md b/docs/running-calyx/fud2/index.md index c6289b38b..0d63a1af4 100644 --- a/docs/running-calyx/fud2/index.md +++ b/docs/running-calyx/fud2/index.md @@ -13,7 +13,7 @@ Until then, fud remains your first choice for all your build-related needs. If you would like to use `fud2` as is, and already have Calyx installed, you can `cargo install --path fud2` from this repository's root to automatically add the binary to your path. -If you would like to work on development of `fud2` and/or keep up with the latest changes when you `git pull`, you can build it along with everything else in this monorepo with `cargo build`. +Alternatively, if you would like to work on development of `fud2` and/or keep up with the latest changes when you `git pull`, you can build it along with everything else in this monorepo with `cargo build`. You might then want to do something like ``ln -s `pwd`/target/debug/fud2 ~/.local/bin`` for easy access to the `fud2` binary. fud2 depends on [Ninja][].