From c4f25bc1fb2eeba36afae24219e356aef73da982 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Tue, 13 Aug 2024 14:07:33 +0200
Subject: [PATCH] Add link to OpenSCAD repo on github.

---
 doc/erko_howto_tools.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/doc/erko_howto_tools.txt b/doc/erko_howto_tools.txt
index cfa0b46a1f..c4b3b44bde 100755
--- a/doc/erko_howto_tools.txt
+++ b/doc/erko_howto_tools.txt
@@ -1639,10 +1639,16 @@ Reading package lists... Done
 > sudo apt-get install openscad
 Gelukt!
 
+To run swivel.scad simulation in OpenSCAD:
+
+> git clone https://github.com/erkooi/openscad
+> git clone https://github.com/erkooi/swivel
+
 Add in ~/bashrc :
 export OPENSCADPATH=/dop466_0/kooistra/github/openscad/math:/dop466_0/kooistra/github/openscad/shapes
 
-Run OpenSCAD from terminal: > openscad &
+Run OpenSCAD from terminal:
+> openscad &
 
 *******************************************************************************
 * Drawio
-- 
GitLab