Imported Upstream version 1.0.25
[tails-persistence-setup.git] / INSTALL
blobdade621fca8f5c7009d79d8f308f249af5661cb3
1 This is the Perl distribution Tails-Persistence.
3 Installing Tails-Persistence is straightforward.
5 ## Installation with cpanm
7 If you have cpanm, you only need one line:
9     % cpanm Tails::Persistence
11 If you are installing into a system-wide directory, you may need to pass the
12 "-S" flag to cpanm, which uses sudo to install the module:
14     % cpanm -S Tails::Persistence
16 ## Installing with the CPAN shell
18 Alternatively, if your CPAN shell is set up, you should just be able to do:
20     % cpan Tails::Persistence
22 ## Manual installation
24 As a last resort, you can manually install it. Download the tarball, untar it,
25 then build it:
27     % perl Build.PL
28     % ./Build && ./Build test
30 Then install it:
32     % ./Build install
34 If you are installing into a system-wide directory, you may need to run:
36     % sudo ./Build install
38 ## Documentation
40 Tails-Persistence documentation is available as POD.
41 You can run perldoc from a shell to read the documentation:
43     % perldoc Tails::Persistence