diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-24 15:00:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-24 15:00:30 +0200 |
commit | b4d1af3dd8cdab2d58927e671d62194ca383cd75 (patch) | |
tree | 21f30f6f936488af19231cfd4532eb9ae03498a8 /support/doc | |
parent | 4bb6886d28cc5333bbe1523674bf5db141af456f (diff) | |
download | PeerTube-b4d1af3dd8cdab2d58927e671d62194ca383cd75.tar.gz PeerTube-b4d1af3dd8cdab2d58927e671d62194ca383cd75.tar.zst PeerTube-b4d1af3dd8cdab2d58927e671d62194ca383cd75.zip |
Bold dependencies part in production guide
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/production.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 27534269c..8cc4eb6b4 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -5,11 +5,11 @@ | |||
5 | 5 | ||
6 | ## Installation | 6 | ## Installation |
7 | 7 | ||
8 | **Please don't install PeerTube for production on a small device behind a low bandwidth connection (example: a Raspberry PI behind your ADSL link) because it could slow down the fediverse.** | 8 | Please don't install PeerTube for production on a small device behind a low bandwidth connection (example: a Raspberry PI behind your ADSL link) because it could slow down the fediverse. See the [FAQ](https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md#should-i-have-a-big-server-to-run-peertube) for more information. |
9 | 9 | ||
10 | ### Dependencies | 10 | ### Dependencies |
11 | 11 | ||
12 | Follow the steps of the [dependencies guide](dependencies.md). | 12 | **Follow the steps of the [dependencies guide](dependencies.md).** |
13 | 13 | ||
14 | ### PeerTube user | 14 | ### PeerTube user |
15 | 15 | ||