mcbash
mcbash copied to clipboard
ubunto with windows WSL
Hello, I'm novice user linux. I use ubunto with windows WSL. Here's what I have: : ~$ git clone https://github.com/dougy147/mcbash Cloning into 'mcbash'... remote: Enumerating objects: 1060, done. remote: Counting objects: 100% (32/32), done. remote: Compressing objects: 100% (7/7), done. remote: Total 1060 (delta 25), reused 26 (delta 25), pack-reused 1028 (from 1) Receiving objects: 100% (1060/1060), 2.89 MiB | 16.27 MiB/s, done. Resolving deltas: 100% (595/595), done. : ~$ cd ./mcbash : ~/mcbash$ sudo make install sudo: make: command not found
I don't know what to do. Could you help me? Thanks in advance.
sudo apt install make