diff --git a/_docs/local.md b/_docs/local.md index 7ed0c07..1835582 100644 --- a/_docs/local.md +++ b/_docs/local.md @@ -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 @@ -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. \ No newline at end of file +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.