diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-06-11 19:06:48 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-06-11 19:06:48 +0200 |
| commit | b129602a7b9f8169ad2b6ac27c052cbbbae3d2e2 (patch) | |
| tree | 230f93834b0c47b533d9fb311022514cbe6abc13 | |
| parent | f3158e86715414682ce62e114db51b37b6592889 (diff) | |
| download | mumble.replicant.us-b129602a7b9f8169ad2b6ac27c052cbbbae3d2e2.tar.gz mumble.replicant.us-b129602a7b9f8169ad2b6ac27c052cbbbae3d2e2.tar.bz2 mumble.replicant.us-b129602a7b9f8169ad2b6ac27c052cbbbae3d2e2.zip | |
README: Avoid double leading slash during install.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ This project is meant to be deployed on Trisquel 11. Here's an example of how to deploy it: $ ./autogen.sh $ ./configure --prefix=/usr --sysconfdir=/etc -$ sudo make install DESTDIR=/ +$ sudo make install DESTDIR= $ sudo a2ensite mumble.replicant.us-init $ sudo systemctl apache2 reload $ sudo certbot certonly -d mumble.replicant.us --webroot |
