renamed to circuitverse.mdwn
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 27 Sep 2020 15:55:09 +0000 (16:55 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 27 Sep 2020 15:55:09 +0000 (16:55 +0100)
HDL_workflow/blahblah.mdwn [deleted file]
HDL_workflow/circuitverse.mdwn [new file with mode: 0644]

diff --git a/HDL_workflow/blahblah.mdwn b/HDL_workflow/blahblah.mdwn
deleted file mode 100644 (file)
index 485d374..0000000
+++ /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 (file)
index 0000000..485d374
--- /dev/null
@@ -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