From f9ac00043168bfa1c1ca8f61599cf7e2162b531e Mon Sep 17 00:00:00 2001 From: Nathaniel Navarro Date: Mon, 30 Dec 2024 08:18:06 -0800 Subject: [PATCH] Get rid of extra lines --- docs/running-calyx/fud2/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/running-calyx/fud2/index.md b/docs/running-calyx/fud2/index.md index e70a2d4bd..c6289b38b 100644 --- a/docs/running-calyx/fud2/index.md +++ b/docs/running-calyx/fud2/index.md @@ -16,8 +16,6 @@ If you would like to use `fud2` as is, and already have Calyx installed, you can 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][]. Install it using your OS package manager or by downloading a binary.