Those instructions are a beginners guide to git and compiling lol the clone repo thing means downloa
Those instructions are a beginners guide to git and compiling lol the clone repo thing means download all the files in the GitHub page then you navigate to the directory in terminal using cd then make sure any dependencies are installed so packages the program requires to be functional then you build it or compile it from the source code then install if no errors happened during the compile process most programs are already compiled and packaged in binaries such as deb packages rpms or exes you're just creating those through this process of compiling

