Skip to content

Commit

Permalink
Merge pull request #18 from iFixit/update-readme
Browse files Browse the repository at this point in the history
Readme: Update docker compose usage
  • Loading branch information
batbattur authored Aug 15, 2024
2 parents 69ef733 + 47a0db7 commit 12d5e2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build the docker image
run: docker-compose build
run: docker compose build

- name: Prepare the screenshots directory
run: mkdir critical-css-screenshots
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Helpful tools for working with critical CSS

Build docker image:
```sh
docker-compose build
docker compose build
```

Generate critical css by running the `run.sh` command in a css-gather container and passing it a URL to analyze:
Expand Down

0 comments on commit 12d5e2c

Please sign in to comment.