From: mePy2 Date: Sun, 27 Sep 2020 21:41:11 +0000 (+0100) Subject: Added the GitHub repo link to the page. X-Git-Tag: convert-csv-opcode-to-binary~2106 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c10e781c11e1200bb7d690e262bbcc7144d2ab2b;p=libreriscv.git Added the GitHub repo link to the page. --- diff --git a/HDL_workflow/circuitverse.mdwn b/HDL_workflow/circuitverse.mdwn index 485d3747b..6247a88cd 100644 --- a/HDL_workflow/circuitverse.mdwn +++ b/HDL_workflow/circuitverse.mdwn @@ -1,18 +1,13 @@ # CircuitVerse for interactive schematics +CircuitVerse is a Logic Circuits Simulator. To try it out in your computer without using `npm`, so having only the static JS/HTML/CSS files, make a git clone – or local copy – of this repository: then run the commands `npm install` and `npm run build` (first move into the project directory). -**If you get this:** +## little joke... (true story) - #!/bin/bash - cd "CircuitVerse-master folder" - npm install - -[...] +If you get `npm ERR! missing script: build` after npm run build -`npm ERR! missing script: build` - -**Well... run it in the correct folder! ("cv-frontend-master") :)** +**...make sure you are in the correct folder!** (cv-frontend-master) :) #!/bin/bash cd cv-frontend-master