Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 351 Bytes

install-on-linux.md

File metadata and controls

26 lines (20 loc) · 351 Bytes

Install JAP on Linux

1. install zsh

sudo apt update
sudo apt install zsh

2. install jq

sudo apt install jq

3. install JAP

install jap with the install command JAP Install

4. add this in .bashrc

source $HOME/.zshrc

5. update .bashrc

source .bashrc