diff --git a/docs/0-zarf-overview.md b/docs/0-zarf-overview.md index cef9d74ca8..e89945d9d4 100644 --- a/docs/0-zarf-overview.md +++ b/docs/0-zarf-overview.md @@ -161,7 +161,7 @@ In the more complex use case, your package consists of updates for many apps/sys 3. `$` Enter the commands into your terminal. - + :::info @@ -199,7 +199,7 @@ Zarf has no prerequisites on Linux. However, for this example, we will use Docke ::: - + :::info @@ -231,7 +231,7 @@ zarf package deploy sget://defenseunicorns/zarf-hello-world:$(uname -m) ``` - + ## Windows Commands diff --git a/docs/2-the-zarf-cli/index.md b/docs/2-the-zarf-cli/index.md index e90cbe0fa7..f14c049c87 100644 --- a/docs/2-the-zarf-cli/index.md +++ b/docs/2-the-zarf-cli/index.md @@ -18,7 +18,7 @@ You can get the Zarf CLI on your machine in a few different ways. You can use th - + ```bash brew tap defenseunicorns/tap @@ -27,7 +27,7 @@ brew install zarf - + ```bash brew tap defenseunicorns/tap @@ -71,7 +71,7 @@ Available Commands: - + ```bash zarf --help @@ -79,9 +79,9 @@ zarf --help - + -- If you're not sure where the file was downloaded to, a good default place to look is `~/Downloads`. +- If you're not sure where the file was downloaded, a good default place to look is `~/Downloads`. - While we only say `zarf` for this example command, the name of the binary is the name of the file you downloaded, which will likely have a different name. ```bash @@ -91,7 +91,7 @@ chmod +x ~/Downloads/zarf # Make the binary executable - + - While we only say `zarf` for this example command, depending on your system, you might have to use a different name for the binary like `zarf-mac-intel` or `zarf-mac-apple`.