Skip to content

Commit 1c48751

Browse files
authored
docs: add windows doc note in sample mkdir (#960)
## 📺 PR Description Doc update for #959, Windows sample for config/cable directory, ## Checklist <!-- a quick pass through the following items to make sure you haven't forgotten anything --> - [x] my commits **and PR title** follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) format - [ ] if this is a new feature, I have added tests to consolidate the feature and prevent regressions -- **Not a new feature** - [ ] if this is a bug fix, I have added a test that reproduces the bug (if applicable) -- **Doc update, no test case** - [x] I have added a reasonable amount of documentation to the code where appropriate
1 parent f937ebb commit 1c48751

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/getting-started/03-first-channel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Let's build a channel to browse and preview TLDR pages (quick command references
3838
Create a new file:
3939

4040
```sh
41+
# NOTE for Microsoft Windows; md "%LOCALAPPDATA%\television\config\cable"
4142
mkdir -p ~/.config/television/cable
4243
touch ~/.config/television/cable/tldr.toml
4344
```

0 commit comments

Comments
 (0)