summaryrefslogtreecommitdiff
path: root/Howtos
diff options
context:
space:
mode:
authorCedric Spindler <cedric.spindler@gmail.com>2019-01-27 20:18:28 +0100
committerCedric Spindler <cedric.spindler@gmail.com>2019-01-27 20:18:28 +0100
commit0f26f9643c16a3f509415e3ccc98fd91e203c41d (patch)
treea3c491d270f6613e7f2595607a2e8795558030ad /Howtos
parentbae4fcc2bcd49dcad881aae9c307420e38dbf4aa (diff)
Add linebreaks to fenced code block
Diffstat (limited to 'Howtos')
-rw-r--r--Howtos/syncthing.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/Howtos/syncthing.mdwn b/Howtos/syncthing.mdwn
index 0a8e1393..fe1200f0 100644
--- a/Howtos/syncthing.mdwn
+++ b/Howtos/syncthing.mdwn
@@ -13,8 +13,11 @@ 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
```