aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorGérald Niel <gerald.niel@gegeweb.org>2018-03-27 20:01:51 +0200
committerGérald Niel <gerald.niel@gegeweb.org>2018-03-27 20:01:51 +0200
commit6b48f04e69e5dfeccd2214bcbcca4e022d8e6fee (patch)
treee1f6d198898b08c8cb2ba4bd2f3a82bf649e309f /support
parent4c86a254a5d315ebcfdbc88927b42c2d06e8f1c7 (diff)
downloadPeerTube-6b48f04e69e5dfeccd2214bcbcca4e022d8e6fee.tar.gz
PeerTube-6b48f04e69e5dfeccd2214bcbcca4e022d8e6fee.tar.zst
PeerTube-6b48f04e69e5dfeccd2214bcbcca4e022d8e6fee.zip
Fix typo in markdown syntax
Diffstat (limited to 'support')
-rw-r--r--support/doc/dependencies.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index 66b9190eb..167ddb4d8 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -72,13 +72,13 @@ On a fresh install of [FreeBSD](https://www.freebsd.org), new system or new jail
72# ee /etc/pkg/FreeBSD.conf 72# ee /etc/pkg/FreeBSD.conf
73``` 73```
74 74
75 change this line (11): 75 change this line (11):
76 76
77``` 77```
78 url: "pkg+http://pkg.FreeBSD.org/${ABI}/quaterly", 78 url: "pkg+http://pkg.FreeBSD.org/${ABI}/quaterly",
79``` 79```
80 80
81 to: 81 to:
82 82
83``` 83```
84 url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", 84 url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
@@ -98,7 +98,7 @@ On a fresh install of [FreeBSD](https://www.freebsd.org), new system or new jail
98# visudo 98# visudo
99``` 99```
100 100
101 Uncomment the line 90 101 Uncomment the line 90
102 102
103``` 103```
104%wheel ALL=(ALL) ALL 104%wheel ALL=(ALL) ALL
@@ -110,7 +110,7 @@ On a fresh install of [FreeBSD](https://www.freebsd.org), new system or new jail
110# ee /etc/rc.conf 110# ee /etc/rc.conf
111``` 111```
112 112
113 Add the following lines 113 Add the following lines
114 114
115``` 115```
116postgresql_enable="YES" 116postgresql_enable="YES"
@@ -118,7 +118,7 @@ redis_enable="YES"
118nginx_enable="YES" 118nginx_enable="YES"
119``` 119```
120 120
121 Initialize database and start services 121 Initialize database and start services
122 122
123``` 123```
124# service postgresql initdb 124# service postgresql initdb