aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Mortier <mort@cantab.net>2019-04-26 10:39:21 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-26 13:13:23 +0000
commitd9b288faf9170a9a186203d13bcf250b6e51312d (patch)
treec7190515379b0c286bd9112a209532f1d3171bac
parent9d789dc96e58d9fcfcf3d2d1fe86b15ce68e72c6 (diff)
downloadalpine-conf-d9b288faf9170a9a186203d13bcf250b6e51312d.tar.bz2
alpine-conf-d9b288faf9170a9a186203d13bcf250b6e51312d.tar.xz
README: markdown format, fix "further info" URL
-rw-r--r--README.md30
1 files changed, 15 insertions, 15 deletions
diff --git a/README.md b/README.md
index 6fa117f..736062b 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,22 @@
Alpine Conf are a set of utilities for making backup of config files and for setting up a new Alpine Linux computer.
-LBU:
+# LBU
-* Basic usage:
+## 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:
+# Setup scripts:
-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
+The main script is called setup-alpine, and it will perform basic system setup Each script can be called independently, for example:
-For further information, please see http://alpinelinux.org/apk/main/x86/alpine-conf or
-the Alpine Linux documentation wiki at http://wiki.alpinelinux.org
+ * `setup-acf` sets up ACF web interface
+ * `setup-ntp` sets up NTP service
+
+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>.