From ca0a9ff988798ff96ae87d02ff65ccd74fd07c77 Mon Sep 17 00:00:00 2001 From: Cedric Spindler Date: Mon, 28 Jan 2019 01:20:03 +0100 Subject: Use indents to format code blocks --- Howtos/syncthing.mdwn | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'Howtos') diff --git a/Howtos/syncthing.mdwn b/Howtos/syncthing.mdwn index 8a7f2f10..c735cf68 100644 --- a/Howtos/syncthing.mdwn +++ b/Howtos/syncthing.mdwn @@ -5,23 +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