Skip to content

Commit

Permalink
fix: Fix minor grammatical error in local.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Raindrac authored Oct 8, 2024
1 parent 6a533a3 commit 71ca01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _docs/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permalink: /local

2. Make modifications if desired

3. Build the image (Note that this will download and the entire image)
3. Build the image (Note that this will download the entire image)

```bash
podman build . -t bluefin
Expand Down Expand Up @@ -79,4 +79,4 @@ This `Justfile` defines various tasks for managing and building container images
- `aurora-iso`: Builds an ISO for the `aurora` image with `base` target and `stable` version.
- `aurora-dx-iso`: Builds an ISO for the `aurora` image with `dx` target and `stable` version.
This `Justfile` is designed to streamline the process of building, running, and managing container images and ISOs in a development environment. The scripts in the `scripts` directory are responsible for the actual operations, while the `Justfile` provides an easy-to-use interface for developers.
This `Justfile` is designed to streamline the process of building, running, and managing container images and ISOs in a development environment. The scripts in the `scripts` directory are responsible for the actual operations, while the `Justfile` provides an easy-to-use interface for developers.

0 comments on commit 71ca01d

Please sign in to comment.