From 1fca1cd0b75307be133a43443581b96dba09628c Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Fri, 27 Nov 2009 22:52:55 +0100 Subject: [PATCH] Add README --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..90a281a --- /dev/null +++ b/README @@ -0,0 +1,24 @@ +INSTALL + +* Debian: + + apt-get install hostuuid + +If your system is too old to have hostuuid, try apt-get update or read on +below + +* Other systems: + + make + sudo make install + + +DOCUMENTATION + +To find out how to use hostuuid do one of the following: + + ./hostuuid --help + + pod2usage hostuuid + + pod2text hostuuid | less -- 2.11.4.GIT