flyingpie / windows-terminal-quake

Enable Quake-style dropdown for (almost) any application.
https://wtq.flyingpie.nl
MIT License
598 stars 39 forks source link

Wrong JSON path when installing via scoop #62

Closed ZenoArrow closed 3 years ago

ZenoArrow commented 3 years ago

Suggested installation command for scoop doesn't work, would suggest changing this...

scoop install https://github.com/flyingpie/windows-terminal-quake/blob/master/scoop/windows-terminal-quake.json

... to this...

scoop install https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/master/scoop/windows-terminal-quake.json

Difference is that in the second command it's using the raw/plaintext version of the JSON file.

Deliganli commented 3 years ago

thanks a lot @ZenoArrow , when the changes have proposed the commit haven't been merged, so I guessed the url, and failed. Should be fixed once last commit merged.

flyingpie commented 3 years ago

Fixed (thanks to @Deliganli)

flibdev commented 3 years ago

Just FYI, the link is still incorrect on the GitHub Pages documentation. I'd make a pull request to fix it, but the docs are private.