From 24d831372ade1dff77e2d930fa814108ce418ba3 Mon Sep 17 00:00:00 2001 From: Mack Talcott Date: Sun, 20 Oct 2024 14:55:00 -0700 Subject: [PATCH] Update `docker-compose` => `docker compose` - https://docs.docker.com/compose/releases/migrate/#how-do-i-switch-to-compose-v2 --- README.md | 2 +- chrome_extension/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85e5461..a200c89 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ While a [hosted web app](https://github.com/mtalcott/google-photos-deduper/wiki# ### Start -1. Run `docker-compose up` from the project directory. +1. Run `docker compose up` from the project directory. 1. Load [http://localhost](http://localhost) and follow the instructions from there! - [Install the Chrome Extension](chrome_extension/README.md) once you want to delete duplicates. diff --git a/chrome_extension/README.md b/chrome_extension/README.md index 3d62673..f535b0a 100644 --- a/chrome_extension/README.md +++ b/chrome_extension/README.md @@ -3,7 +3,7 @@ ### Setup 1. Follow the instructions from the [main README](../README.md) to get the rest of the project up and running. -1. Run `docker-compose -f chrome_extension/docker-compose.yml run node npm run build`. +1. Run `docker compose -f chrome_extension/docker-compose.yml run node npm run build`. 1. [Load the unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked) from `chrome_extension/dist`. - Go to your [Chrome Extensions page](chrome://extensions/). - Enable "Developer mode" by toggling the switch on the top right corner of the page.