diff --git a/Installation.md b/Installation.md index 59661ff..db3af99 100644 --- a/Installation.md +++ b/Installation.md @@ -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 ```