commit db48e175d0f43cd48cfb2b0969443e37b51a0e6e Author: Peter Harpending Date: Thu Mar 20 13:28:01 2025 -0700 add readme 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 +```