" 3. Install
Windows:
Copy the script to a directory in your PATH
Copy-Item deepclaude.ps1 "$env:USERPROFILE.local\bin\deepclaude.ps1"
Or add the repo directory to PATH
setx PATH "$env:PATH;C:\path\to\deepclaude"
^ is this really enough?
leaving aside the fact that Copy-Item is not a powershell nor a terminal command - i understand i should download the file "deepclaude.ps1" into "USERPROFILE.local\bin" directory.
sure, but then what? ps1 is not an executable file.
also this "proxy" folder here is not needed for this program to run well? only this 1 .ps1 file will suffice? (if that's the case, what are the other files in this repo even uploaded for?)
instruction unclear :c
" 3. Install
Windows:
Copy the script to a directory in your PATH
Copy-Item deepclaude.ps1 "$env:USERPROFILE.local\bin\deepclaude.ps1"
Or add the repo directory to PATH
setx PATH "$env:PATH;C:\path\to\deepclaude"
^ is this really enough?
leaving aside the fact that Copy-Item is not a powershell nor a terminal command - i understand i should download the file "deepclaude.ps1" into "USERPROFILE.local\bin" directory.
sure, but then what? ps1 is not an executable file.
also this "proxy" folder here is not needed for this program to run well? only this 1 .ps1 file will suffice? (if that's the case, what are the other files in this repo even uploaded for?)
instruction unclear :c