diff options
-rw-r--r-- | Howtos/syncthing.mdwn | 21 |
1 files changed, 6 insertions, 15 deletions
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 |