From fab47172cc709a3d1d78f68d94734d09c0b4d273 Mon Sep 17 00:00:00 2001 From: Anton Oks <2266872+AntonOks@users.noreply.github.com> Date: Fri, 28 Jan 2022 20:42:44 +0100 Subject: [PATCH] Add how to install HCK in Windows For now one will have to add my SCOOP repo to install HCK via SCOOP. Once #52 is fixed, I will send a pull request to https://github.com/ScoopInstaller/Extras to make HCK available with the default SCOOP installation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2f4f281..07d4f12 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,13 @@ curl -LO https://github.com/sstadick/hck/releases/download//hck-linux-am sudo dpkg -i hck-linux-amd64.deb ``` +- Windows (with [scoop](https://scoop.sh/)) + +```bash +scoop bucket add scoop-aoks https://github.com/AntonOks/scoop-aoks.git +scoop install hck-aoks +``` + \* Built with profile guided optimizations - With the Rust toolchain: