From 360b4f46563b10bbb24d886af4f5f0c33e0f0bed Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 23 Mar 2024 11:24:21 +0100 Subject: [PATCH] docs: add information about other programs in main package binary folder --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 57b48db..0bf33ce 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ To run the shell, you would follow what was done for the installation, `nix run github:Rutherther/nix-fpga#quartus-shell`. All vendor scripts will be sourced, bins added to `$PATH`, so the software may be ran directly. +The main package also usually has more executables inside of its binary folder, +these are all wrapper scripts that call the FHS environment. If you want to use these, +you would typically add the package to your path in your shell and that will add +all executables to your `$PATH`. + ## Udev rules If you want to flash the FPGA, you will need udev rules installed. These cannot be installed the same way as on other Linux systems via -- 2.48.1