Updated Installation (markdown)

Sander 2017-02-05 19:50:06 +01:00
parent a1572b7491
commit 61bc324901

@ -1 +1,20 @@
How to install
### Installing from archive
* Go to the [the releases page](https://github.com/nextcloud/passman/releases)
* Download the latest release/archive to your server's **apps/** directory
* Unpack the app
* **IMPORTANT**: Make sure the folder name is passman
### Installing from Git
In your terminal go into the **apps/** directory and then run the following command:
```
$ git clone https://github.com/nextcloud/passman.git
```
Now you can activate it in the apps menu. It's called Passman
To update the app go inside you *apps/passman/** directory and type:
```
$ git pull --rebase
```