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