aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-06-11 19:06:48 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-06-11 19:06:48 +0200
commitb129602a7b9f8169ad2b6ac27c052cbbbae3d2e2 (patch)
tree230f93834b0c47b533d9fb311022514cbe6abc13
parentf3158e86715414682ce62e114db51b37b6592889 (diff)
downloadmumble.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--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 001595e..a48815b 100644
--- a/README
+++ b/README
@@ -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