Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 748 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 748 Bytes

#coldornot

Build Status GitHub license

##What is Coldornot?

Coldornot is a simple tool to convert temperatures.

##Under which license Coldornot is released?

Coldornot is licensed under the GNU Public License version 2.

##How to get Coldornot working?

It is actually very simple:

  1. Grab the latest version
  2. Extract the archive (tar.gz)
  3. Run the following command:
./configure
make
sudo make install
  1. That's it!

See INSTALL for more informations.