diff --git a/Kurzanleitung-Client.md b/Kurzanleitung-Client.md new file mode 100644 index 0000000..f9cf47b --- /dev/null +++ b/Kurzanleitung-Client.md @@ -0,0 +1,24 @@ +# Kurzanleitung als Video: + + +[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/Jtx6w6LLzZE/0.jpg)](https://www.youtube.com/watch?v=Jtx6w6LLzZE) + + +# Installation +* Letzte [Realease](https://git.mosad.xyz/localhorst/TextureSync/releases) herunterladen +* Binary des Server in ein gewünschtes Verzeichnis kopieren +* Server mit `chmod +x texture-sync-server` ausführbar machen + +# Starten +* Server mit `./texture-sync-server` starten + +# Sicherungen +##Erstellen +``` +zip -r backup.zip data/ +``` + +##Einspielen +``` +unzip backup.zip +``` \ No newline at end of file