aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Mortier <mort@cantab.net>2019-04-27 10:28:37 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-14 12:16:22 +0000
commit12aae4c2cbfad1ab7c3dd6d26282ba9e10992776 (patch)
treeba07aeafda1859d1ccd6e26a91d7fcaeea130195
parentc2275905471687b0cf2470edc20d25f2192b8250 (diff)
downloadalpine-conf-12aae4c2cbfad1ab7c3dd6d26282ba9e10992776.tar.bz2
alpine-conf-12aae4c2cbfad1ab7c3dd6d26282ba9e10992776.tar.xz
README: formatting
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 736062b..0d203b8 100644
--- a/README.md
+++ b/README.md
@@ -4,19 +4,18 @@ Alpine Conf are a set of utilities for making backup of config files and for set
## Basic usage:
- * To add a file or folder to be backed up, lbu include /path/to/foo
- * To remove a file from being backed up, lbu exclude /path/to/foo
- * To setup LBU options, edit /etc/lbu/lbu.conf
- * To create a package as specified in lbu.conf, lbu commit
- * To override destination of the backup package, lbu package /path/to/bar.apkovl.tar.gz
+ * To add a file or folder to be backed up, `lbu include /path/to/foo`
+ * To remove a file from being backed up, `lbu exclude /path/to/foo`
+ * To setup LBU options, edit `/etc/lbu/lbu.conf`
+ * To create a package as specified in lbu.conf, `lbu commit`
+ * To override destination of the backup package, `lbu package /path/to/bar.apkovl.tar.gz`
# Setup scripts:
-The main script is called setup-alpine, and it will perform basic system setup Each script can be called independently, for example:
+The main script is called `setup-alpine`, and it will perform basic system setup. Each script can be called independently, for example:
* `setup-acf` sets up ACF web interface
* `setup-ntp` sets up NTP service
-
-etc.
+ * etc.
For further information, please see <https://pkgs.alpinelinux.org/package/edge/main/x86_64/alpine-conf> or the Alpine Linux documentation wiki at <https://wiki.alpinelinux.org>.