Add step to use Photoprism release branch

This commit is contained in:
Indrek Haav 2022-02-19 21:05:18 +02:00 committed by GitHub
parent 87f656ffb5
commit 3d613c8742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -123,10 +123,11 @@ $ sudo -u photoprism -i
$ git clone https://github.com/photoprism/photoprism.git src
```
Change to the `src` directory and run the following commands to install PhotoPrism:
Change to the `src` directory, switch to the "release" branch and run the following commands to install PhotoPrism:
```shell
$ cd src
$ git checkout release
$ make dep
$ make build-js
$ make install