aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-06-11 19:31:35 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2024-06-11 19:31:35 +0200
commitb1c24228e9921ede0af62dbf0267df1f04bed3cb (patch)
tree125ba98d3aa3fe9d3f52d4613ccd1f016023d9eb /README
parentb1261651b3b019df1f8fd75aa5c008d89cfd6e74 (diff)
downloadmumble.replicant.us-b1c24228e9921ede0af62dbf0267df1f04bed3cb.tar.gz
mumble.replicant.us-b1c24228e9921ede0af62dbf0267df1f04bed3cb.tar.bz2
mumble.replicant.us-b1c24228e9921ede0af62dbf0267df1f04bed3cb.zip
Add index.html file
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index a48815b..67839b3 100644
--- a/README
+++ b/README
@@ -9,7 +9,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
+$ ./configure --prefix=
$ sudo make install DESTDIR=
$ sudo a2ensite mumble.replicant.us-init
$ sudo systemctl apache2 reload