mirror of
https://github.com/ciromattia/kcc
synced 2026-06-02 20:53:28 +00:00
make `` codeblock
+7
-1
@@ -7,7 +7,13 @@ First install 7z from https://www.7-zip.org/ or with command line:
|
|||||||
winget install --id 7zip.7zip
|
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
|
##### Mac
|
||||||
with [Homebrew](https://brew.sh/) installed
|
with [Homebrew](https://brew.sh/) installed
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user