From f56d9c6a5c8d724c7d93b3ae352287d567e7518a Mon Sep 17 00:00:00 2001 From: fISHIE <83373559+WhoIsFishie@users.noreply.github.com> Date: Thu, 29 Apr 2021 19:08:26 +0500 Subject: [PATCH] Added Instructions for WSL installation fix Unable to locate package jq error when installing on wsl --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f167ecc..17e7ebe 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ BML CLI written in Bash. This project is currently under development and a lot o #### Ubuntu `sudo apt install curl jq` +#### Ubuntu WSL +``sudo apt install curl && +sudo apt-get update -y && +sudo apt-get install -y jq`` + #### Fedora `sudo dnf install curl jq`