summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..40acc40
--- /dev/null
+++ b/README.md
@@ -0,0 +1,38 @@
+rcm
+===
+
+This is a management suite for dotfiles.
+
+It assumes that you have a separate dotfiles directory, or are
+interested in creating one.
+
+The programs provided are `rcup` and `mkrc`.
+
+Installation
+------------
+
+You can install into `/usr/local` using a normal `make install`:
+
+ sudo make install
+
+The `PREFIX` can be changed as needed:
+
+ make install PREFIX=$HOME/.local
+
+Programs
+--------
+
+* `rcup` is the main program. It is used to install and update dotfiles,
+ with support for tags and host-specific files.
+* `mkrc` is for introducing a dotfile into your dotfiles directory, with
+ support for tags.
+
+Support
+-------
+
+Pull requests welcome.
+
+License
+-------
+
+Copyright 2013 Mike Burns. BSD license.