ScoopInstaller / Install

📥 Next-generation Scoop (un)installer
https://get.scoop.sh
The Unlicense
742 stars 94 forks source link

chore: Use double-quotes with paths in readme #80

Closed goyalyashpal closed 6 months ago

goyalyashpal commented 6 months ago

Closes: https://github.com/ScoopInstaller/Install/issues/79

chawyehsu commented 6 months ago

Thanks for contributing. When you want to use variables like how you did in #79 certainly it requires double quotes, but they are all literal strings in the readme therefore there is no prob to quote them with single quotes.

PowerShell basics

goyalyashpal commented 6 months ago

PowerShell basics all literal strings in the readme

yeah, i totally agree with that.

but not everyone may know those, like i have never properly used powershell ever. for me, bash is more than this ps ever could be.

and small hints like these often help a lot.