Update install instructions
- Id
- a422fa8a46ec4dd657a51ab35d52687c6c363df3
- Author
- Caio
- Commit time
- 2012-03-28T11:32:01-03:00
Modified README
INTRODUCTION
============
fuzzyclock is a simple program written in C to output the current time
in a "fuzzy format", i.e.: instead of outputting 4:17, it will write
-out "fifteen past four".
+out "quarter past four".
This program was written as an exercise for learning about the Check
testing framework and refreshing my (rather basic) autotools knowledge.
INSTALLING
==========
+
+To install the fuzzyclock binary only:
+
+ make install-exec
+
+For the full install, including the library:
make install