Commit 489f14ff8073234f3e75195ef2451b5a62a71130

Authored by Georg Hopp
1 parent 7ee2fbbd

some more info in README.md

Showing 1 changed file with 3 additions and 1 deletions
@@ -30,7 +30,9 @@ because password values are copied into the X clipboard via @@ -30,7 +30,9 @@ because password values are copied into the X clipboard via
30 [GnuPG](https://www.gnupg.org/) using my private key. Usually my credentials 30 [GnuPG](https://www.gnupg.org/) using my private key. Usually my credentials
31 for that key are already cached within a running **gpg-agent** instance. 31 for that key are already cached within a running **gpg-agent** instance.
32 The storage backend is an [SQLite](https://www.sqlite.org/) (>= 3.6.19) 32 The storage backend is an [SQLite](https://www.sqlite.org/) (>= 3.6.19)
33 -database. The default database file to use can be set with the 33 +database. For more dependencies see [DEPENDENCIES](#dependencies).
  34 +
  35 +The default database file to use can be set with the
34 **AMNGRDB** environment variable and the GnuPG recipient should be set 36 **AMNGRDB** environment variable and the GnuPG recipient should be set
35 in the **AMNGRID** environment variable. (See [OPTIONS](#options)) 37 in the **AMNGRID** environment variable. (See [OPTIONS](#options))
36 38
Please register or login to post a comment