diff options
author | Neil Brown <neilb@suse.de> | 2002-04-06 00:00:28 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2002-04-06 00:00:28 +0200 |
commit | c913b90e6dba02613fe24d3e7f0b3f251a01bc50 (patch) | |
tree | 6cae4520d50adc36d528410baedc3ad6a9993069 /INSTALL | |
parent | mdadm-0.8 (diff) | |
download | mdadm-c913b90e6dba02613fe24d3e7f0b3f251a01bc50.tar.xz mdadm-c913b90e6dba02613fe24d3e7f0b3f251a01bc50.zip |
mdadm-0.8.1mdadm-0.8.1
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL new file mode 100644 index 00000000..f7bcc3e6 --- /dev/null +++ b/INSTALL @@ -0,0 +1,13 @@ + +To build mdadm, simply run: + + make + +to install, run + + make install + +as root. + + +No configuration is necessary. |