mirror of
https://github.com/nextcloud/passman.git
synced 2026-02-04 06:49:19 +08:00
Updated Installation (markdown)
parent
a1572b7491
commit
61bc324901
1 changed files with 20 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue