1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-04 03:17:46 +00:00

remove 7z path

Alex Xu
2023-08-06 13:23:21 -07:00
parent 2301aa911b
commit 555d6c184d

@@ -7,13 +7,6 @@ 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.
### Mac
with [Homebrew](https://brew.sh/) installed
```