a set of simple FOSS tools for Linux (mainly Arch Linux)
- download the installer:
wget https://github.com/MaxWasTakenYT/JMLT/raw/refs/heads/main/jmlt-qi
- give exec perms to the installer:
chmod +x ./jmlt-qi
- run the installer:
./jmlt-qi
- chained command:
wget https://github.com/MaxWasTakenYT/JMLT/raw/refs/heads/main/needed/sources/jmlt-qi.cpp && g++ -o jmlt-qi jmlt-qi.cpp && rm jmlt-qi.cpp
- clone the repo:
git clone https://github.com/MaxWasTakenYT/jmlt
- go inside the repo folder:
cd ./jmlt
- open the 'build' folder:
cd ./build
- read the 'README' file for instructions: (e.g.
cat ./README
)