From: Luke Kenneth Casson Leighton Date: Sun, 27 Sep 2020 15:55:09 +0000 (+0100) Subject: renamed to circuitverse.mdwn X-Git-Tag: convert-csv-opcode-to-binary~2107 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=955fc8a59577fa43ffaaa178faae680d5ddecfa8;p=libreriscv.git renamed to circuitverse.mdwn --- diff --git a/HDL_workflow/blahblah.mdwn b/HDL_workflow/blahblah.mdwn deleted file mode 100644 index 485d3747b..000000000 --- a/HDL_workflow/blahblah.mdwn +++ /dev/null @@ -1,20 +0,0 @@ -# CircuitVerse for interactive schematics - -**If you get this:** - - #!/bin/bash - cd "CircuitVerse-master folder" - npm install - -[...] - - npm run build - -`npm ERR! missing script: build` - -**Well... run it in the correct folder! ("cv-frontend-master") :)** - - #!/bin/bash - cd cv-frontend-master - npm install - npm run build diff --git a/HDL_workflow/circuitverse.mdwn b/HDL_workflow/circuitverse.mdwn new file mode 100644 index 000000000..485d3747b --- /dev/null +++ b/HDL_workflow/circuitverse.mdwn @@ -0,0 +1,20 @@ +# CircuitVerse for interactive schematics + +**If you get this:** + + #!/bin/bash + cd "CircuitVerse-master folder" + npm install + +[...] + + npm run build + +`npm ERR! missing script: build` + +**Well... run it in the correct folder! ("cv-frontend-master") :)** + + #!/bin/bash + cd cv-frontend-master + npm install + npm run build