From 3755f0cb24f8c7cb97230e9b9e4785bee5727768 Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Tue, 2 Jan 2024 00:39:11 -0500 Subject: [PATCH] README images (fix #9) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 097fef5..483b6f1 100644 --- a/README.md +++ b/README.md @@ -159,9 +159,9 @@ docker pull quay.io/redlib/redlib docker run -d --name redlib -p 80:8080 quay.io/redlib/redlib ``` -To deploy on `arm64` platforms, simply replace `quay.io/redlib/redlib` in the commands above with `quay.io/redlib/redlib:arm`. +To deploy on `arm64` platforms, simply replace `quay.io/redlib/redlib` in the commands above with `quay.io/redlib/redlib:latest-arm`. -To deploy on `armv7` platforms, simply replace `quay.io/redlib/redlib` in the commands above with `quay.io/redlib/redlib:armv7`. +To deploy on `armv7` platforms, simply replace `quay.io/redlib/redlib` in the commands above with `quay.io/redlib/redlib:latest-armv7`. ## 3) AUR