Skip to content

Commit

Permalink
[TASK] Update when to where in walkthrough docs (#1660)
Browse files Browse the repository at this point in the history
## Description

Just a small doc correction. Closes #1658 

## Related Issue

Fixes #1658 
<!-- or -->
Relates to #1658

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow)
followed

Signed-off-by: Casey Wylie <[email protected]>
  • Loading branch information
cmwylie19 committed May 1, 2023
1 parent 594d474 commit 4ffed6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/13-walkthroughs/3-deploy-a-retro-arcade.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In previous walkthroughs, we learned how to [create a package](./0-using-zarf-pa
## YouTube Walkthrough
[![Deploying Packages with Zarf Video on YouTube](../.images/walkthroughs/package_deploy_thumbnail.jpg)](https://youtu.be/7hDK4ew_bTo "Deploying Packages with Zarf")

1. Navigate to the `dos-games` folder within the Zarf repo.
1. Navigate to the folder where you created the package in a previous walkthrough. (see [prerequisites](#prerequisites))

```sh
$ cd src/github.com/defenseunicorns/zarf/examples/dos-games
Expand Down

0 comments on commit 4ffed6a

Please sign in to comment.