mirror of
https://github.com/ciromattia/kcc
synced 2026-08-31 16:07:06 +00:00
Updated Installation (markdown)
+9
-3
@@ -2,12 +2,18 @@
|
|||||||
|
|
||||||
##### Windows
|
##### Windows
|
||||||
|
|
||||||
First install 7z from https://www.7-zip.org/
|
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
|
##### Mac
|
||||||
|
with [Homebrew](https://brew.sh/) installed
|
||||||
TODO
|
```
|
||||||
|
$ brew update
|
||||||
|
$ brew install p7zip
|
||||||
|
```
|
||||||
|
|
||||||
### BINARY RELEASES
|
### BINARY RELEASES
|
||||||
You can find the latest binary at the following link:
|
You can find the latest binary at the following link:
|
||||||
|
|||||||
Reference in New Issue
Block a user