aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--gotrc-examples/README15
2 files changed, 16 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be0eca9..fe261b4 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ SH = bash
SH_SHEBANG = /usr/bin/env $(SH)
ECHO = /usr/bin/echo
-EXAMPLES = lower-left-ponysay allow-uppercase issue-file commands no-empty-user
+EXAMPLES = README lower-left-ponysay allow-uppercase issue-file commands no-empty-user
diff --git a/gotrc-examples/README b/gotrc-examples/README
new file mode 100644
index 0000000..27df079
--- /dev/null
+++ b/gotrc-examples/README
@@ -0,0 +1,15 @@
+These are templates you can used for your gotrc file.
+If you are happy with them as is, you can include
+them directly in your by gotrc file with for example:
+
+ . /etc/gotrc-examples/no-empty-uer
+
+Although, it may be better to copy the ones you are
+using into a directory named /etc/got.d and include
+them from there.
+
+If you create any cool or useful extensions yourself
+and do not object to licenses them under the GNU
+General Public License version 3, please submit them
+to <https://github.com/GNU-Pony/gates-of-tartaros>.
+