From c10e781c11e1200bb7d690e262bbcc7144d2ab2b Mon Sep 17 00:00:00 2001 From: mePy2 Date: Sun, 27 Sep 2020 22:41:11 +0100 Subject: [PATCH] Added the GitHub repo link to the page. --- HDL_workflow/circuitverse.mdwn | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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 -- 2.30.2