summaryrefslogtreecommitdiff
path: root/Howtos
diff options
context:
space:
mode:
Diffstat (limited to 'Howtos')
-rw-r--r--Howtos/syncthing.mdwn14
1 files changed, 9 insertions, 5 deletions
diff --git a/Howtos/syncthing.mdwn b/Howtos/syncthing.mdwn
index 04dc0460..99738895 100644
--- a/Howtos/syncthing.mdwn
+++ b/Howtos/syncthing.mdwn
@@ -8,16 +8,20 @@
GPG-Schlüssel hinzufügen und Paket installieren:
- curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
- sudo apt-get install apt-transport-https
- sudo apt-get update
- sudo apt-get install syncthing
+[[!format bash """
+curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
+sudo apt-get install apt-transport-https
+sudo apt-get update
+sudo apt-get install syncthing
+"""]]
## Installation (macOS)
Installation mit [Homebrew](https://brew.sh):
- brew install syncthing
+[[!format bash """
+brew install syncthing
+"""]]
## Konfiguration