clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
borkdude 2019-11-23T16:33:20.044700Z

@ales.najmann Could you migrate to a binary download from Github instead of Appveyor for clj-kondo? Appveyor downloads are only valid for 6 months. https://github.com/borkdude/clj-kondo/releases/tag/v2019.11.23 Feel free to send a PR to clj-kondo for how people can install clj-kondo on windows using your scoop. I already had a scoop for this, but it hasn't been updated since the Windows binary gave problems, so I stopped updating it. But now it works again. I would be happy to remove it entirely in favor of yours

borkdude 2019-11-23T16:37:38.045400Z

@ales.najmann And thanks for creating this!

littleli 2019-11-23T18:23:06.045500Z

Done 🙂

borkdude 2019-11-23T19:39:02.045700Z

Cool 🙂 If you could add instructions to your README about how to get install clj-kondo, I'll link to it from clj-kondo, or you could directly make a PR here if you want: https://github.com/borkdude/clj-kondo/blob/master/doc/install.md

borkdude 2019-11-23T19:39:55.046100Z

I guess it's just scoop install clj-kondo after adding your scoop?

littleli 2019-11-23T20:41:44.046700Z

I updated installation and update instructions