Setup: Update Getting Started section in README.md
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
b053dced4a
commit
5611678835
2 changed files with 5 additions and 13 deletions
16
README.md
16
README.md
|
@ -39,20 +39,12 @@ Being completely [**self-funded and independent**](https://link.photoprism.app/m
|
|||
## Getting Started ##
|
||||
<img align="right" width="25%" src="https://www.photoprism.app/user/pages/01.home/03._screenshots/iphone-maps-hybrid-540px.png">
|
||||
|
||||
Step-by-step installation instructions for our self-hosted [community edition](https://www.photoprism.app/get) can be found
|
||||
on [docs.photoprism.app](https://docs.photoprism.app/getting-started/) -
|
||||
all you need is a Web browser and [Docker](https://docs.docker.com/get-docker/) to run the server.
|
||||
It is available for Mac, Linux, and Windows.
|
||||
Step-by-step installation instructions for our self-hosted [community edition](https://www.photoprism.app/get) can be found on [docs.photoprism.app](https://docs.photoprism.app/getting-started/) -
|
||||
all you need is a Web browser and [Docker](https://docs.docker.com/get-docker/) to run the server. It is available for Mac, Linux, and Windows.
|
||||
|
||||
The [stable version](https://docs.photoprism.app/release-notes/) and development
|
||||
preview have been built into a single [multi-arch image](https://link.photoprism.app/docker-hub) for 64-bit AMD, Intel,
|
||||
and ARM processors. That means, [Raspberry Pi](https://docs.photoprism.app/getting-started/raspberry-pi/) 3 / 4 owners can pull
|
||||
from the same repository, enjoy the exact same functionality, and can follow the regular
|
||||
[installation instructions](https://docs.photoprism.app/getting-started/docker-compose/)
|
||||
after going through a short list of [requirements](https://docs.photoprism.app/getting-started/raspberry-pi/).
|
||||
The [stable version](https://docs.photoprism.app/release-notes/) and development preview have been built into a single [multi-arch image](https://link.photoprism.app/docker-hub) for 64-bit AMD, Intel, and ARM processors. That means, [Raspberry Pi](https://docs.photoprism.app/getting-started/raspberry-pi/) and Apple Silicon users can follow the same [installation steps](https://docs.photoprism.app/getting-started/docker-compose/) and enjoy the exact same functionality.
|
||||
|
||||
Existing users are advised to update their `docker-compose.yml` config based on our examples
|
||||
available at [dl.photoprism.app/docker](https://dl.photoprism.app/docker/).
|
||||
See our [Getting Started FAQ](https://docs.photoprism.app/getting-started/faq/#how-can-i-install-photoprism-without-docker) for alternative installation methods, for example using the [*tar.gz* packages](https://github.com/photoprism/photoprism/blob/develop/setup/pkg/linux/README.md) we provide for download at [dl.photoprism.app/pkg/linux/](https://dl.photoprism.app/pkg/linux/README.html).
|
||||
|
||||
## Support Our Mission 💎 ##
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ applications.
|
|||
|
||||
### Raspberry Pi OS ###
|
||||
|
||||
To ensure compatibility with 64-bit Docker images, your Raspberry Pi 3 / 4 must
|
||||
To ensure compatibility with 64-bit Docker images, your Raspberry Pi must
|
||||
boot with the "arm_64bit=1" flag in its "config.txt" file:
|
||||
|
||||
https://www.raspberrypi.org/documentation/installation/installing-images/README.md
|
||||
|
|
Loading…
Reference in a new issue