There is a Readme.md file that you should open and read. It should contains instructions on how install conky.
Anyway, since there is an INSTALL file, you can try to install conky running that file. So open a terminal, place terminal working directory inside conky folder with this command:
cd <file-location>
and run the following command that will execute INSTALL file:
./INSTALL
Now follow instructions on the screen. At the process end you should have installed conky.
I hope this could help you.
P.S. In any case, I recommend to you to read the Readme file every time you are not sure on what to do. Often is enough clear to help you to carry out your task.
There is a
Readme.md
file that you should open and read. It should contains instructions on how installconky
.Anyway, since there is an
INSTALL
file, you can try to installconky
running that file. So open a terminal, place terminal working directory insideconky
folder with this command:and run the following command that will execute
INSTALL
file:Now follow instructions on the screen. At the process end you should have installed
conky
.I hope this could help you.
P.S. In any case, I recommend to you to read the
Readme
file every time you are not sure on what to do. Often is enough clear to help you to carry out your task.