Added Instructions for WSL installation

fix Unable to locate package jq error when installing on wsl
This commit is contained in:
fISHIE 2021-04-29 19:08:26 +05:00 committed by GitHub
parent 6fd8397eb7
commit f56d9c6a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`