diff options
-rw-r--r-- | docs/developer_instructions.html | 1 | ||||
-rw-r--r-- | docs/developer_instructions.rst | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/developer_instructions.html b/docs/developer_instructions.html index a09d1b8..b8857ce 100644 --- a/docs/developer_instructions.html +++ b/docs/developer_instructions.html @@ -945,6 +945,7 @@ generator, two ebuild generators, eclass and metadata generators.</p> <p>Also you should write an executable that calls g-sorcery and some configs.</p> <p>To have better understanding you can look at gs-elpa, gs-ctan and gs-pypi backends available in g-sorcery repository. Also available tests could be usefull.</p> +<p>Note that there is a tool for editing generated database named <strong>gs-db-tool</strong>.</p> </div> </div> </body> diff --git a/docs/developer_instructions.rst b/docs/developer_instructions.rst index 6c67538..706dd83 100644 --- a/docs/developer_instructions.rst +++ b/docs/developer_instructions.rst @@ -636,3 +636,5 @@ Also you should write an executable that calls g-sorcery and some configs. To have better understanding you can look at gs-elpa, gs-ctan and gs-pypi backends available in g-sorcery repository. Also available tests could be usefull. + +Note that there is a tool for editing generated database named **gs-db-tool**. |