diff options
author | Kim Alvefur <zash@zash.se> | 2022-02-13 17:27:29 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-02-13 17:27:29 +0100 |
commit | f9660a95098f2247987ef542a7e4ce14f802cf14 (patch) | |
tree | 05345fbdb97b672d19b2ca31df072314d7ad83f4 /INSTALL | |
parent | 55055315eeefbed13bdad31ce78f16ab89dc0f6b (diff) | |
download | prosody-f9660a95098f2247987ef542a7e4ce14f802cf14.tar.gz prosody-f9660a95098f2247987ef542a7e4ce14f802cf14.zip |
util.dependencies: Refer to 'apt' instead of 'apt-get'
The more modern and user friendly frontend, should be in every supported
version of Debian and Ubuntu by now
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ before you can build it. These are: - [GNU libidn](http://www.gnu.org/software/libidn/) These can be installed on Debian/Ubuntu by running -`apt-get build-dep prosody` or by installing the packages +`apt build-dep prosody` or by installing the packages `liblua5.4-dev`, `libicu-dev` and `libssl-dev`. On Mandriva try: |