From 62023c9fd9c57b4b387655f9c4e4aa6610786859 Mon Sep 17 00:00:00 2001 From: Cedric Spindler Date: Wed, 27 Feb 2019 00:29:34 +0100 Subject: Tryout ikiwiki format directive --- Howtos/syncthing.mdwn | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'Howtos') 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 -- cgit v1.2.1