mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
INSTALL.md: format as proper Markdown.
This commit is contained in:
parent
d446dfc7bd
commit
72711b1b26
24
INSTALL.md
24
INSTALL.md
@ -1,20 +1,20 @@
|
||||
INSTALLATION
|
||||
Installation
|
||||
============
|
||||
|
||||
Requirements:
|
||||
bash gawk
|
||||
|
||||
Recommended:
|
||||
rdiff-backup duplicity rsync gzip hwinfo sfdisk cryptsetup flashrom hwinfo
|
||||
bash gawk
|
||||
|
||||
Installation:
|
||||
To install backupninja, simply do the following:
|
||||
Recommended:
|
||||
|
||||
$ ./autogen.sh
|
||||
$ ./configure
|
||||
$ make
|
||||
$ make install
|
||||
rdiff-backup duplicity rsync gzip hwinfo sfdisk cryptsetup flashrom hwinfo
|
||||
|
||||
You may wish to change the install locations, or other options. To find
|
||||
the available possibilities, run ./configure --help.
|
||||
To install backupninja, simply do the following:
|
||||
|
||||
$ ./autogen.sh
|
||||
$ ./configure
|
||||
$ make
|
||||
$ make install
|
||||
|
||||
You may wish to change the install locations, or other options. To find
|
||||
the available possibilities, run `./configure --help`.
|
||||
|
Loading…
Reference in New Issue
Block a user