aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/html/_sources/intro.txt')
-rw-r--r--docs/build/html/_sources/intro.txt19
1 files changed, 17 insertions, 2 deletions
diff --git a/docs/build/html/_sources/intro.txt b/docs/build/html/_sources/intro.txt
index 400a668..9a517d6 100644
--- a/docs/build/html/_sources/intro.txt
+++ b/docs/build/html/_sources/intro.txt
@@ -17,8 +17,18 @@ Autodep is in active developing.
Installing
===================================
-.. note::
- TODO: make an overlay and ebuild
+1. The package is available in "neurogeek" overlay. To add this overlay use:
+
+.. code-block:: none
+
+ layman -a neurogeek
+
+2. Make sure that "source /var/lib/layman/make.conf" is in your /etc/make.conf
+3. To install the package type:
+
+.. code-block:: none
+
+ emerge autodep
Running
===================================
@@ -59,6 +69,11 @@ Running
Example: showfsevents.py -b lsof,cowsay emerge bash
+.. note::
+ You can use **emerge_strict** command to check dependencies of a packages.
+ The command has same syntax as emerge and launches bundled emerge with
+ *depcheckstrict* feature.
+
Hooklib vs Fusefs
===================================