From 25b6aa3fafdac057a44ec1f04024963fd6e90d76 Mon Sep 17 00:00:00 2001 From: Pyro57000 <147988717+Pyro57000@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:34:54 -0600 Subject: [PATCH] Update README.md added docker buildx to the list of dependencies. Was running into issues, and it turns out I didn't have it installed yet. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2efa6f..e82f4de 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Please visit the Wiki for comprehensive guides, installation instructions and mo To get started, follow these steps: 1. **Install the necessary dependencies:** - You need to install Docker and Docker Compose https://docs.docker.com/compose/install/ + You need to install Docker, Docker buildx, and Docker Compose https://docs.docker.com/compose/install/ 2. **Clone the repository:** ```bash git clone https://github.com/anyproto/any-sync-dockercompose.git