Skip to content

Commit

Permalink
Fix grammar and add backticks to inline code
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsaki authored Feb 9, 2024
1 parent c04da7f commit a3893bf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dev_envs/mac-env-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ brew install colima
brew install docker docker-compose
```

After the installation you will want to run the following to verify the
After the installation you will want to run the following to verify
a successful installation.

```console
Expand Down Expand Up @@ -153,9 +153,10 @@ usage menu.

The following Colima configurations come from this [tutorial](https://smallsharpsoftwaretools.com/tutorials/use-colima-to-run-docker-containers-on-macos/).

To configure docker-compose as a Docker plugin so you can use docker compose
as a command instead of the legacy docker-compose script. First, create a
folder in your home directory to hold Docker CLI plugins:
To configure `docker-compose` as a Docker plugin so you can use
`docker compose` as a command instead of the legacy `docker-compose`
script. First, create a folder in your home directory to hold
Docker CLI plugins:

```console
mkdir -p ~/.docker/cli-plugins
Expand Down

0 comments on commit a3893bf

Please sign in to comment.