Added Instructions for WSL installation
fix Unable to locate package jq error when installing on wsl
This commit is contained in:
parent
6fd8397eb7
commit
f56d9c6a5c
@ -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`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user