aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohamed Zenadi <zeapo@users.noreply.github.com>2014-12-14 16:54:15 +0100
committerMohamed Zenadi <zeapo@users.noreply.github.com>2014-12-14 16:54:15 +0100
commitf5d3e0c60c40a828c9ef34a21b3ae641387d694f (patch)
treef47755f123915d5bec524d143d226be8727f3828 /README.md
parent4ab864f8d7102de8c3709575d0cd65b0f8386cab (diff)
add the answer to #55 in the FAQ
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index aba39009..53f501c7 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,8 @@ FAQ
- **A:** Make sure to only clone from bare repositories (see [git-clone(1)](http://git-scm.com/docs/git-clone) for how to create a bare repository from an existing one). Otherwise the clone will fail.
- **Q:** I get a "Permission Denied" error when trying to import my ssh-key, why?
- **A:** ssh-key files are usually created with permissions set to `600`, meaning that only the creator of this key has the right to read from it. The application needs a read access, at least temporarily, make the permissions to `644`, import the key, then set them back to `600`.
+- **Q:** I tried to use APG and it does not work... why?
+- **A:** We only support OpenKeychain.
TODO
=====