summaryrefslogtreecommitdiff
path: root/Howtos
diff options
context:
space:
mode:
authorCedric Spindler <cedric.spindler@gmail.com>2019-01-27 20:13:39 +0100
committerCedric Spindler <cedric.spindler@gmail.com>2019-01-27 20:13:39 +0100
commitbae4fcc2bcd49dcad881aae9c307420e38dbf4aa (patch)
tree4e49245fdfead6b5a481ce134d072a30c3f415dd /Howtos
parent7c857fd1a92ed5f9da5beb11903a615374b5b0ce (diff)
Remove markdown fenced code syntax hints
Diffstat (limited to 'Howtos')
-rw-r--r--Howtos/syncthing.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/Howtos/syncthing.mdwn b/Howtos/syncthing.mdwn
index 322a8c29..0a8e1393 100644
--- a/Howtos/syncthing.mdwn
+++ b/Howtos/syncthing.mdwn
@@ -5,13 +5,13 @@
`/etc/apt/sources.list.d/syncthing.list` erstellen und bearbeiten:
-```text
+```
deb https://apt.syncthing.net/ syncthing stable
```
GPG-Schlüssel hinzufügen und Paket installieren:
-```bash
+```
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -
sudo apt-get install apt-transport-https
sudo apt-get update
@@ -22,7 +22,7 @@ sudo apt-get install syncthing
Installation mit [Homebrew](https://brew.sh):
-```bash
+```
brew install syncthing
```