commit 5156b5fe44cd9189230c0c63db67096df53be8d2 parent 93d9b3f85cabdf391a95e508d4c2a57785e2f767 Author: ugrnm <ugrnm@web> Date: Sat, 11 Jun 2022 15:14:01 +0200 empty web commit Diffstat:
| A | cloning.mdwn | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/cloning.mdwn b/cloning.mdwn @@ -0,0 +1,18 @@ +This wiki is meant to be cloned so that you can consult it while being offline. There are several ways to do it depending on the system you use and the tools you have access to. + +## You have access to git +### Cloning + +It's as simple as: + + git clone https://git.bleu255.com/repos/permacomputing.git + +### Markdown source files + +Once you've done this you can browse the wiki in it's native plaintext form as markdown files + + + git clone https://git.bleu255.com/repos/permacomputing.git + + +## You don't have access to git