diff options
author | Cedric Spindler <cedric.spindler@gmail.com> | 2019-01-28 01:20:03 +0100 |
---|---|---|
committer | Cedric Spindler <cedric.spindler@gmail.com> | 2019-01-28 01:20:03 +0100 |
commit | ca0a9ff988798ff96ae87d02ff65ccd74fd07c77 (patch) | |
tree | fdbdad1b38ef551ca730e804b02cc10d34e59a48 /Howtos | |
parent | 493cc84f42e8de173049522383e5a8fe0a66ea6a (diff) |
Use indents to format code blocks
Diffstat (limited to 'Howtos')
-rw-r--r-- | Howtos/syncthing.mdwn | 15 |
1 files changed, 6 insertions, 9 deletions
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 |