Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-07-12 20:50:33 +0300
committerbrantje <brantje@gmail.com>2017-07-12 20:50:33 +0300
commit2fd8dc9b8675419bc25ec861aa85f01a81f8fab7 (patch)
tree2960a04422c690a51d812be6ffbba73f2f3e6cff
parent120a168b91877994aaadf136a7aba6f100503eac (diff)
Merge comradekingu-patch-3 and sign
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 4a4f3388..b66b54fc 100644
--- a/README.md
+++ b/README.md
@@ -104,14 +104,14 @@ Passman allows users to share passwords (this can be turned off by an administra
## API
-For developers passman offers an [api](https://github.com/nextcloud/passman/wiki/API).
+For developers Passman offers an [api](https://github.com/nextcloud/passman/wiki/API).
## Support Passman
-Passman is open source, but we would gladly accept a beer (or pizza!)
-Please consider donating via
-- [Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6YS8F97PETVU2)
+Passman is open source, and we would gladly accept a beer (or pizza!)
+Please consider donating
+- [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6YS8F97PETVU2)
- [Patreon](https://www.patreon.com/user?u=4833592)
-- Bitcoin: 1H2c5tkGX54n48yEtM4Wm4UrAGTW85jQpe
+- bitcoin: 1H2c5tkGX54n48yEtM4Wm4UrAGTW85jQpe
## Code reviews
If you have any improvements regarding our code.
@@ -119,13 +119,13 @@ Please do the following
- Clone us
- Make your edits
- Add your name to the contributors
-- Send a PR
+- Send a [PR](https://github.com/nextcloud/passman/pulls)
Or if you're feeling lazy, create an issue, and we'll think about it.
## Docker
-To run passman with docker you can use `docker run -p 8080:80 -p 8443:443 brantje/passman`
-You have to supply your own ssl certs.
+To run Passman with [Docker](https://www.docker.com/) you can use `docker run -p 8080:80 -p 8443:443 brantje/passman`
+You have to supply your own SSL certs.
Example:
`docker run -p 8080:80 -p 8443:443 -v /directory/cert.pem:/data/ssl/cert.pem -v /directory/cert.key:/data/ssl/cert.key brantje/passman`
@@ -142,10 +142,10 @@ To run the unit tests install phpunit globally, and setup the environment variab
- Animalillo
## Contributors
-Add yours when creating a pull request!
+Add yours when creating a [pull request](https://help.github.com/articles/creating-a-pull-request/)!
- None
## FAQ
**Are you adding something to check if malicious code is executing on the browser?**
-No, because malicious code could edit the functions that check for malicious code. \ No newline at end of file
+No, because malicious code could edit the functions that check for malicious code.