From f4f968d53955099fd77d10027debea888a2bf3d6 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Fri, 16 Apr 2021 23:05:55 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95da76b..d1da33a 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,12 @@ Proxmox VE Server with at least one configured ZFS Pool. - `matrix` => Matrix Synapse Homeserver [matrix.org](https://matrix.org/docs/projects/server/synapse) with Element Web [Element on github](https://github.com/vector-im/element-web) ## Usage Just ssh into your Proxmox machine and clone this git repository. Make sure you have installed `git`. -### Clone this Repository ```bash apt update apt -y install git +``` +### Clone this Repository +```bash git clone https://github.com/bashclub/zamba-lxc-toolbox cd zamba ```