diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -144,6 +144,12 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio | |||
144 | $ apt-get update | 144 | $ apt-get update |
145 | $ apt-get install ffmpeg postgresql openssl | 145 | $ apt-get install ffmpeg postgresql openssl |
146 | 146 | ||
147 | #### Arch Linux | ||
148 | |||
149 | 1. Run: | ||
150 | |||
151 | $ pacman -S nodejs yarn ffmpeg postgresql openssl | ||
152 | |||
147 | #### Other distribution... (PR welcome) | 153 | #### Other distribution... (PR welcome) |
148 | 154 | ||
149 | 155 | ||