From ae2efbde2d8e9a558284b78a528362b3078a0232 Mon Sep 17 00:00:00 2001 From: Aryan Anand <73695300+aryan-212@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:31:26 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02c18ea..8e1af4a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Linux/WSL ### Installation ```bash -curl -fsSL https://bit.ly/hadock-install -o bin/hadock && chmod +x bin/hadock +curl -fsSL https://bit.ly/hadock-install -o ~/hadoock && chmod +x ~/hadoock && sudo mv ~/hadoock /usr/bin/hadoock ``` if you're using WSL make sure to update it ```powershell