summarylogtreecommitdiffstats
path: root/README.arch
diff options
context:
space:
mode:
authorbrent s2017-04-14 09:29:30 -0400
committerbrent s2017-04-14 09:29:30 -0400
commitdccca5255f9ec83bef5a52f207c5e023ff5a6212 (patch)
tree6852e50ab4bdbdad6287fcc4145f4d2ec174ab8a /README.arch
parentffcfe277897cdc8aa9ae5fa9f9c8cd48e4847772 (diff)
downloadaur-dccca5255f9ec83bef5a52f207c5e023ff5a6212.tar.gz
shit, i need to re-do this as a flat list, not json.
Diffstat (limited to 'README.arch')
-rw-r--r--README.arch27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.arch b/README.arch
new file mode 100644
index 000000000000..c656b2d6d428
--- /dev/null
+++ b/README.arch
@@ -0,0 +1,27 @@
+In order to use nquakesv under Arch Linux, you need to create a ~/.nquakesv directory with the following structure:
+
+~/.nquakesv/
+├── id1
+│   └── maps
+├── ktx
+│   ├── demos
+│   ├── modes
+│   ├── progs
+│   └── sound
+│   ├── misc
+│   ├── ra
+│   ├── rune
+│   └── weapons
+├── logs
+├── qtv
+│   └── levelshots
+├── qw
+│   └── maps
+│   └── ctf
+└── qwfwd.d
+
+This can be set up automatically by running /usr/bin/nquakesv-init. This is the recommended way as it will create necessary symlinks from the ezquake install as well.
+
+Note that if you wish nquakesv to start on boot, you will need to use a sliced systemd unit:
+
+systemctl enable nquakesv@<username>.service