1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-31 18:41:54 +00:00

make `` codeblock

Alex Xu
2023-06-21 11:28:16 -07:00
parent a873c39ef7
commit c999bd701e

@@ -7,7 +7,13 @@ First install 7z from https://www.7-zip.org/ or with command line:
winget install --id 7zip.7zip
```
Then add 7z to PATH via `setx path "%path%;C:\Program Files\7-Zip"` Be sure to close and re-open KCC so it sees the updated PATH.
Then add 7z to PATH via
```
setx path "%path%;C:\Program Files\7-Zip"
```
Be sure to close and re-open KCC so it sees the updated PATH.
##### Mac
with [Homebrew](https://brew.sh/) installed
```