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`