summaryrefslogtreecommitdiff
path: root/samples/recommended/README
diff options
context:
space:
mode:
Diffstat (limited to 'samples/recommended/README')
-rw-r--r--samples/recommended/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/samples/recommended/README b/samples/recommended/README
new file mode 100644
index 0000000..95b49ca
--- /dev/null
+++ b/samples/recommended/README
@@ -0,0 +1,24 @@
+In this configuration, a system-wide file is created
+/etc/sword.conf
+which points to the installation of common sword modules located under:
+/usr/share/sword/
+
+To use, as root, copy the sword.conf file located in this directory to /etc
+
+$ su
+Password: ********
+# cp sword.conf /etc
+
+then create a sword repository under /usr/share
+
+# mkdir /usr/share/sword
+
+You may also want to copy the locales directory to your new sword repository
+
+# cp -R ../../locales.d/ /usr/share/sword
+
+then install modules in /usr/share/sword
+
+# cd /usr/share/sword
+# unzip ~/DownloadedSwordModule.zip
+