Skip to content

Commit

Permalink
Update README regarding simplified (project-specific) Composer caching
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Aug 13, 2024
1 parent 4d4ffb7 commit ebd1eff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
1. Clone this repo
2. Copy ```local.env.dist``` to ```local.env``` and fill in the required variable values.
3. Set the following environment variables on your host (dev) machine:
- `COMPOSER_CACHE_DIR`: the path where composer should cache packages. This makes composer
installs and updates much faster. Typically `/home/user/.composer`
- `DOCKER_UIDGID`: user ID and group ID. Use `1000:1000` if you are the primary user
on a Linux computer. Otherwise, run `id -u` and `id -g` and use the resulting numbers in place of `1000`.
4. Run `make start`
Expand Down

0 comments on commit ebd1eff

Please sign in to comment.