From 2c8f2eefc30f62d3eabed06915d0badbfa57901b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 3 Oct 2013 00:21:11 +0200 Subject: add readme to example directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- gotrc-examples/README | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 gotrc-examples/README 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 . + -- cgit v1.2.3-70-g09d2