diff --git a/docs/Development/Container.md b/docs/Development/Container.md index e976bac..8b7934d 100644 --- a/docs/Development/Container.md +++ b/docs/Development/Container.md @@ -6,7 +6,7 @@ To use the container file, run `podman run --privileged --volume .:/build-contai This will create an ISO with the baked in defaults of the container image. The resulting file will be called `deploy.iso` -See [Customizing](#customizing) for information about customizing the ISO that gets created. The variables can be defined as environment variables or command arguments. All variables should be specified CAPITALIZED. +See [Customizing](#customizing) for information about customizing the ISO that gets created. The variables can be defined as environment variables or command arguments. All variables should be specified in CAPITALIZED form. Examples: Building an ISO to install Fedora 39 diff --git a/docs/Development/Makefile.md b/docs/Development/Makefile.md index 5046550..1e93e39 100644 --- a/docs/Development/Makefile.md +++ b/docs/Development/Makefile.md @@ -1,7 +1,7 @@ # Using the Makefile -The Makefile contains all of the commands that are run in the action. There are separate targets for each file generated, however `make` can be used to generate the final image and `make clean` can be used to clean up the workspace. The resulting ISO will be stored in the `build` directory. +The Makefile contains all the commands that are run in the action. There are separate targets for each file generated, however `make` can be used to generate the final image and `make clean` can be used to clean up the workspace. The resulting ISO will be stored in the `build` directory. `make install-deps` can be used to install the necessary packages. -See [Inputs](../#Inputs) for information about the available parameters. All variables should be specified CAPITALIZED. +See [Inputs](../#Inputs) for information about the available parameters. All variables should be specified in CAPITALIZED form.