From dc8520f31ad946f4a0da7ba58a5f7f07f938c8da Mon Sep 17 00:00:00 2001 From: Kersten Richter Date: Mon, 10 Jun 2024 21:59:38 -0500 Subject: [PATCH] Update local_build.md made some corrections to the steps. Signed-off-by: Kersten Richter --- local_build.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/local_build.md b/local_build.md index 896df65..0ce4a3c 100644 --- a/local_build.md +++ b/local_build.md @@ -153,10 +153,15 @@ brew install nvm mkdir ~/.nvm ``` -open either ~/.bash_profile or ~/.zshrc (for macOS Catalina or later): +open either ~/.bash_profile or ~/.zshrc (for macOS Catalina or later) in vim or nano. + + +```cmd +nano ~/.bash_profile +``` ```cmd -vim ~./bash.profile +vim ~/.zshrc ``` Add the following lines to the profile: @@ -172,6 +177,10 @@ Load the profile: source ~/.zshrc ``` +```cmd +source ~/.bash_profile +``` + Install the most recent node, node 15, and make node 15 the version you use: ```cmd @@ -192,8 +201,6 @@ Check that wavedrom-cli is in the path (this should display the help): wavedrom-cli ``` -NOTE: It appears that Oracle JDK is also required for WaveDrom diagrams to work. You can find a link to the JDK below. - For Windows: WARNING: We can guess that node 15 is required for Windows.