Skip to content

Commit

Permalink
Better highlighting and remove hrs
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Nov 2, 2023
1 parent 7f94562 commit a6ff41d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/1-getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ sudo mv zarf /usr/local/bin/zarf

To download Zarf on Windows you can run the following (replacing `<zarf-version>` with a version of Zarf and `<zarf-arch>` with either `amd64` or `arm64` depending on your system):

```powershell
```bash
$ZarfVersion="<zarf-version>"
$ZarfArch="<zarf-arch>"

Expand Down Expand Up @@ -136,8 +136,6 @@ vX.X.X # X.X.X is replaced with the version number of your specific installatio

If you are not seeing this then Zarf was not installed onto your `$PATH` correctly. [This $PATH guide](https://zwbetz.com/how-to-add-a-binary-to-your-path-on-macos-linux-windows/) should help with that.

---

## Downloading the ['Init' Package](../3-create-a-zarf-package/3-zarf-init-package.md)

The ['init' package](../3-create-a-zarf-package/3-zarf-init-package.md) is a special Zarf package that initializes a cluster with services that are used to store resources while in the air gap and is required for most ([but not all](../../examples/yolo/README.md)) Zarf deployments.
Expand All @@ -152,8 +150,6 @@ You can build your own custom 'init' package too if you'd like. For this you sho

:::

---

## Where to Next?

Depending on how familiar you are with Kubernetes, DevOps, and Zarf, let's find what set of information would be most useful to you.
Expand Down

0 comments on commit a6ff41d

Please sign in to comment.