summaryrefslogtreecommitdiff
path: root/Howtos/syncthing.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Howtos/syncthing.mdwn')
-rw-r--r--Howtos/syncthing.mdwn14
1 files changed, 5 insertions, 9 deletions
diff --git a/Howtos/syncthing.mdwn b/Howtos/syncthing.mdwn
index 99738895..04dc0460 100644
--- a/Howtos/syncthing.mdwn
+++ b/Howtos/syncthing.mdwn
@@ -8,20 +8,16 @@
GPG-Schlüssel hinzufügen und Paket installieren:
-[[!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
-"""]]
+ 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):
-[[!format bash """
-brew install syncthing
-"""]]
+ brew install syncthing
## Konfiguration