From ffdc82417efca222189d43ccef0f988d42982604 Mon Sep 17 00:00:00 2001 From: Cedric Spindler Date: Sun, 27 Jan 2019 20:22:50 +0100 Subject: Remove code fencing, does not render in the wiki --- Howtos/syncthing.mdwn | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'Howtos') diff --git a/Howtos/syncthing.mdwn b/Howtos/syncthing.mdwn index fe1200f0..b2aded58 100644 --- a/Howtos/syncthing.mdwn +++ b/Howtos/syncthing.mdwn @@ -5,29 +5,20 @@ `/etc/apt/sources.list.d/syncthing.list` erstellen und bearbeiten: -``` -deb https://apt.syncthing.net/ syncthing stable -``` +`deb https://apt.syncthing.net/ syncthing stable` 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 -``` +`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 -``` +`brew install syncthing` ## Konfiguration -- cgit v1.2.1