summaryrefslogtreecommitdiff
path: root/Howtos
diff options
context:
space:
mode:
authorCedric Spindler <cedric.spindler@gmail.com>2019-01-27 20:22:50 +0100
committerCedric Spindler <cedric.spindler@gmail.com>2019-01-27 20:22:50 +0100
commitffdc82417efca222189d43ccef0f988d42982604 (patch)
tree7e8b5483830589c610e0c2f71549c9b795ad2220 /Howtos
parent0f26f9643c16a3f509415e3ccc98fd91e203c41d (diff)
Remove code fencing, does not render in the wiki
Diffstat (limited to 'Howtos')
-rw-r--r--Howtos/syncthing.mdwn21
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