summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-04-26 18:22:01 +0530
committerGitHub <noreply@github.com>2020-04-26 18:22:01 +0530
commit6350682bd1e1955c2beecfd7f769c4f71015cea9 (patch)
treef240358d86e2b529c74492d7b03b9fbe5192eabb
parent8cada17bcbcc5443062153542241dbe0d2a836ee (diff)
Some README updates (#746)
-rw-r--r--README.md28
1 files changed, 1 insertions, 27 deletions
diff --git a/README.md b/README.md
index 6ee8beb9..13f3e17a 100644
--- a/README.md
+++ b/README.md
@@ -26,25 +26,7 @@ Pull requests are more than welcome (see [TODO](https://github.com/android-passw
## How-To
-See the [wiki](https://github.com/android-password-store/Android-Password-Store/wiki/First-time-setup) for a newer written version of the following gif walkthrough
-
-## FAQ
-
-**Q:** What kind of repository can I clone from?
-
-**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 get the error *No encrypted data with known secret key found in stream*
-
-**A** In OpenKeyChain **(under the left drawer) Apps > Password Store > Accounts > (select the account) > Account key** select the key used to encrypt your passwords.
-
-**Q** OpenKeyChain's password prompt doesn't show up when I tap on my passwords
-
-**A** Be sure to disable battery optimisation for OpenKeychain in your device's settings and make sure there is no task killer running.
+See the [wiki](https://github.com/android-password-store/Android-Password-Store/wiki/First-time-setup) for FAQs and other thorough documentation.
## Community
@@ -56,14 +38,6 @@ Ways to get in touch:
Interested in helping to translate Password Store? Contribute [here](https://www.transifex.com/android-password-store/android-password-store/)!
-## Libraries
-
-Libraries that this project uses:
-
-* [OpenKeyChain](https://github.com/open-keychain/open-keychain) for encryption and decryption of passwords.
-* [JGit](http://www.eclipse.org/jgit/) git library.
-* [Apache's FileUtils](https://commons.apache.org/proper/commons-io/) for file manipulations.
-
## Contributors
This project exists thanks to all the people who contribute. Want to contribute? See if you can [find an issue](https://github.com/android-password-store/Android-Password-Store/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) you wanna close, then send a PR!