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

View File

@@ -14,6 +14,11 @@ BML CLI written in Bash. This project is currently under development and a lot o
#### Ubuntu #### Ubuntu
`sudo apt install curl jq` `sudo apt install curl jq`
#### Ubuntu WSL
``sudo apt install curl &&
sudo apt-get update -y &&
sudo apt-get install -y jq``
#### Fedora #### Fedora
`sudo dnf install curl jq` `sudo dnf install curl jq`