From dbce8ef06281662d54d38c32ba74647df855b980 Mon Sep 17 00:00:00 2001 From: penguin Date: Tue, 24 Sep 2024 19:23:33 -0500 Subject: [PATCH] update readme --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index d4e7581..7a2666e 100644 --- a/README.org +++ b/README.org @@ -42,13 +42,14 @@ VENDOR snpslmd /opt/microchip/Libero_SoC_v2024.1/Libero/bin64/snpslmd Your mac address should already be placed there so don't worry about that. -* Edit the environment script to include your hostname +* Edit the environment +The environment script, located in =./scripts/env= contains the version of Libero and SoftConsole that you are installing. Change the versions to the correct versions if needed. + The hostname of your *host* machine will be used by the container. We can use the following command to plop your hostname into the right places: #+begin_src bash :noeval sed -i "s//$(hostname)/g" ./scripts/env #+end_src - * Build the container + Launch the licensing daemon #+begin_src bash make daemon