add clone instructions

This commit is contained in:
Debian 2023-09-07 17:32:38 +00:00
parent c382341a0f
commit 2f8a9a596b

View file

@ -8,3 +8,8 @@ Devices act either as coordination nodes, hosts, or clients.
- Clients are stock wireguard clients and need a Coordination node to proxy all data through them, when connected via wireguard your data enters through a coordination node and exits through a host that has signed up to be an exit node for a given network.
Based on Hugo and the ["Stack"](https://github.com/CaiJimmy/hugo-theme-stack) theme from CaiJimmy on Github.
```
git clone https://git.myco.systems/kleionode/wiki.hemera.network.git
git submodule update --init --recursive
```