aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki (jauhien) <piatlicki@gmail.com>2013-08-06 22:09:28 +0200
committerJauhien Piatlicki (jauhien) <piatlicki@gmail.com>2013-08-06 22:09:28 +0200
commit4d158c383f10ccc177b93ffeecaff3fce33b1691 (patch)
tree36704efe2cafb0e166697924a9e7fddcb0201bf6 /README.md
parentREADME.md: github code highlighting (diff)
downloadg-sorcery-4d158c383f10ccc177b93ffeecaff3fce33b1691.tar.gz
g-sorcery-4d158c383f10ccc177b93ffeecaff3fce33b1691.tar.bz2
g-sorcery-4d158c383f10ccc177b93ffeecaff3fce33b1691.zip
Developer instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index caa3a7e..dcd8553 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Installation and using
======================
At the moment upstream layman does not support g-sorcery overlay type.
-You should patch it with `https://raw.github.com/jauhien/g-sorcery/master/layman-git-g-sorcery.patch`.
+You should [patch it](https://raw.github.com/jauhien/g-sorcery/master/layman-git-g-sorcery.patch).
To do it download above mentioned patch, place it in
**/etc/portage/patches/app-portage/layman-9999/** directory and
@@ -120,3 +120,5 @@ all in one overlay. Note, that if you call **generate-tree** command your overla
will be wiped and overlay tree for a given repository will be generated. Be careful!
See man pages of **gs-elpa** and **gs-ctan** for further information.
+
+If you want to develop a new backend see [developer's instructions](./docs/developer_instructions.html).