From d9053f0e86d00232b85b3af42334bc9bfc846a21 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 8 Jan 2022 14:50:39 +0100 Subject: [PATCH] Docs: Update docker/README.md --- docker/README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/docker/README.md b/docker/README.md index 716b748f3..d901e6fce 100644 --- a/docker/README.md +++ b/docker/README.md @@ -36,17 +36,6 @@ and operating systems other than Linux. ## Alternatives ## -### Installation Packages ### - -Everyone is invited to contribute by building and testing installation packages -for Linux distributions and other operating systems! 💐 - -Visit [docs.photoprism.app/developer-guide](https://docs.photoprism.app/developer-guide/) to learn more. - -### BSD Ports ### - -An [unofficial port](https://docs.photoprism.app/getting-started/freebsd/) is available for FreeBSD / FreeNAS users. - ### Building From Source ### You can build and install PhotoPrism from the publicly available [source code](https://docs.photoprism.app/developer-guide/setup/): @@ -64,3 +53,13 @@ need to use the exact same versions, so it's possible to replace packages with w Note we don't have the resources to provide private users with dependencies and TensorFlow libraries for their personal environments. We therefore recommend learning Docker if your operating system supports it. Docker vastly simplifies installation and upgrades. It saves our team a lot of time that we can then spend more effectively. + +### Installation Packages ### + +Everyone is invited to contribute by building and testing installation packages +for Linux distributions and other operating systems! Visit [docs.photoprism.app/developer-guide](https://docs.photoprism.app/developer-guide/) +to learn more. + +### BSD Ports 😈 ### + +An [unofficial port](https://docs.photoprism.app/getting-started/freebsd/) is available for FreeBSD / FreeNAS users.