summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2017-04-23 13:36:06 +0200
committerPierre Schmitz <pierre@archlinux.de>2017-04-23 13:37:25 +0200
commite810a1b0b48b1dd95b0847e716b76011f1d323a2 (patch)
treec8ee583079a69c1ce94b8b99c22c4ed403a45815
parent876da50e3f06d134d45043f1372543b4dc93a1ec (diff)
Add initial README file
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cb5be7b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# Arch Linux repository management scripts
+## Configuration
+* The default configuration can be found in `config`.
+* An optional `config.local` may override the default configuration.
+* The path and name of the local configuration file can be overriden by setting the `DBSCRIPTS_CONFIG` environment variable.
+## Testing
+* Install the `make` and `docker` packages. Start the docker daemon by issuing `systemctl start docker`.
+* The test suite can now be run with `make test`.
+* A coverage report can be generated with `make test-coverage`. Open `coverage/index.html` in your web browser to inspect the results.