diff options
author | 2013-08-06 22:09:28 +0200 | |
---|---|---|
committer | 2013-08-06 22:09:28 +0200 | |
commit | 4d158c383f10ccc177b93ffeecaff3fce33b1691 (patch) | |
tree | 36704efe2cafb0e166697924a9e7fddcb0201bf6 /README.md | |
parent | README.md: github code highlighting (diff) | |
download | g-sorcery-4d158c383f10ccc177b93ffeecaff3fce33b1691.tar.gz g-sorcery-4d158c383f10ccc177b93ffeecaff3fce33b1691.tar.bz2 g-sorcery-4d158c383f10ccc177b93ffeecaff3fce33b1691.zip |
Developer instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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). |