Skip to content

Commit c76e27a

Browse files
committed
use more generic wording
1 parent 4b86989 commit c76e27a

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,16 @@ Live at https://tenantfirstaid.com/
134134
```
135135
`--keep-going` will continue to run checks, even if previous `make` rule fail. Omit if you want to stop after the first `make` rule fails.
136136

137-
## Docker Development Setup (Alternative)
137+
## Containerized Development Setup (Alternative)
138138

139-
As an alternative to the local development setup above, you can use Docker containers for a consistent development environment across Mac, Linux, and Windows.
139+
As an alternative to the local development setup above, you can use containers for a consistent development environment across Mac, Linux, and Windows.
140140

141141
### Prerequisites
142142

143-
- [Docker](https://docs.docker.com/get-docker/) (24.0+)
144-
- [Docker Compose](https://docs.docker.com/compose/install/) (2.0+)
143+
- Container runtime
144+
- [Docker](https://docs.docker.com/get-docker/) (24.0+)
145+
- [Docker Compose](https://docs.docker.com/compose/install/) (2.0+)
146+
- or [Apple/Container](https://github.com/apple/container) (0.9.0+)
145147
- Google Cloud credentials (same as local setup)
146148

147149
### Quick Start
@@ -162,7 +164,7 @@ As an alternative to the local development setup above, you can use Docker conta
162164
docker compose up
163165
```
164166

165-
On MacOS with [`apple/container`](https://github.com/apple/container) (>= 0.9.0):
167+
On MacOS with [`apple/container`](https://github.com/apple/container):
166168
```bash
167169
container system start
168170
# build frontend-dev image

0 commit comments

Comments
 (0)