summaryrefslogtreecommitdiff
path: root/HOWTO.md
diff options
context:
space:
mode:
Diffstat (limited to 'HOWTO.md')
-rw-r--r--HOWTO.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/HOWTO.md b/HOWTO.md
index df41829..4a596db 100644
--- a/HOWTO.md
+++ b/HOWTO.md
@@ -49,6 +49,14 @@ cmake -S . -B build -DDEMO_ALL_OPTIONS=ON
cmake --build build
```
+## git cloning
+
+if you have the public ssh key authorized on the VPS, you can use
+
+`git clone ssh://git@51.38.51.127/~/demo.git`
+
+to clone the repo and work on it.
+
## Debugging
### Seeking / Fast-Forward