LibreY

- privacy respecting meta search engine
git clone git://git.acid.vegas/LibreY.git
Log | Files | Refs | Archive | README | LICENSE

commit 94de6a116b65660d06d6184728a0bb06514ecd93
parent f73a3f0ff9117ba6bc22e750096de92b94770778
Author: Revvy <nothingtohide@revvy.de>
Date: Sat, 2 Sep 2023 00:15:52 -0400

typo in docker readme

Diffstat:
Mdocker/README.md | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/README.md b/docker/README.md
@@ -191,7 +191,7 @@ docker build -t librey:latest .
 
 Supported architectures for the official librey images include the same ones supported by Alpine itself, which are typically denoted as `linux/386`, `linux/amd64`, `linux/arm/v6`. If you need support for a different architecture, such as `linux/arm/v7`, you can modify the 'Dockerfile' to use a more comprehensive base image like `ubuntu:latest` instead.
 
-In this case, you must run the `build` process specifying the desired architecture as shown in the example below:
+In this case, you must run the `buildx` process specifying the desired architecture as shown in the example below:
 
 ```sh
 docker buildx build \