From db48e175d0f43cd48cfb2b0969443e37b51a0e6e Mon Sep 17 00:00:00 2001 From: Peter Harpending Date: Thu, 20 Mar 2025 13:28:01 -0700 Subject: [PATCH] add readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2462b5a --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Public Wiki + +This is the subset of QPQ/Gajumaru documentation that is public. + +To read it, go to + +To clone/edit + +``` +# note the public-wiki.wiki double wikiness +git clone ssh://gitea@git.qpq.swiss:21203/QPQ-AG/public-wiki.wiki.git +cd public-wiki.wiki +# normal vim/emacs/git stuff +```