diff options
author | Cedric Spindler <cedric.spindler@gmail.com> | 2019-02-27 00:29:34 +0100 |
---|---|---|
committer | Cedric Spindler <cedric.spindler@gmail.com> | 2019-02-27 00:29:34 +0100 |
commit | 62023c9fd9c57b4b387655f9c4e4aa6610786859 (patch) | |
tree | d8a8fdacbc0972e5dc2abf09ed23a700ec89f337 | |
parent | eae73a81ccd36ab15646fb5fc5643df78d247d0a (diff) |
Tryout ikiwiki format directive
-rw-r--r-- | Howtos/syncthing.mdwn | 14 |
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 |