Skip to content

Commit

Permalink
Merge pull request #30 from Raindrac/patch-1
Browse files Browse the repository at this point in the history
Fix minor grammatical error in local.md
  • Loading branch information
castrojo authored Oct 9, 2024
2 parents 95ed275 + 71ca01d commit fe3c5c6
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 fe3c5c6

Please sign in to comment.