Skip to content

Commit

Permalink
Alternatively
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielnrn authored Dec 30, 2024
1 parent f9ac000 commit f84635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running-calyx/fud2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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][].
Expand Down

0 comments on commit f84635c

Please sign in to comment.