diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-10-03 00:21:11 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-10-03 00:21:11 +0200 |
| commit | 2c8f2eefc30f62d3eabed06915d0badbfa57901b (patch) | |
| tree | 788bf73cf950e3a3e2932c4bffb61177ffd3bfde | |
| parent | missed a hardcoding (diff) | |
| download | gates-of-tartaros-2c8f2eefc30f62d3eabed06915d0badbfa57901b.tar.gz gates-of-tartaros-2c8f2eefc30f62d3eabed06915d0badbfa57901b.tar.bz2 gates-of-tartaros-2c8f2eefc30f62d3eabed06915d0badbfa57901b.tar.xz | |
add readme to example directory
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | gotrc-examples/README | 15 |
2 files changed, 16 insertions, 1 deletions
@@ -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>. + |
