Skip to content

Commit

Permalink
Update docker-compose => docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mtalcott committed Oct 20, 2024
1 parent 42fa163 commit 24d8313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion chrome_extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 24d8313

Please sign in to comment.