Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Add INSTALLATION section
Browse files Browse the repository at this point in the history
  • Loading branch information
mdom committed Mar 7, 2016
1 parent 03ea0ea commit 965eaee
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ utilities.
All subcommand of I<txtnix> provides extensive help, so don't hesitate
to call them with the I<--help> option.

=head1 INSTALLATION

You can check L<INSTALL.md> to see all different ways to install txtnix
but if want to use the fast and easy way, the following commands will
install txtnix and all dependencies to ~/perl5 and add lines to your
bashrc to adjust some environment variables.

$ curl -L http://cpanmin.us | perl - -l ~/perl5 App::cpanminus local::lib
$ eval $(perl -I ~/perl5/lib/perl5 -Mlocal::lib=~/perl5)
$ echo 'eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)' >> ~/.bashrc
$ cpanm https://github.com/mdom/txtnix.git

=head1 CONFIGURATION FILE

twtxt uses a simple INI-like configuration file. It checks
Expand Down
12 changes: 12 additions & 0 deletions bin/txtnix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ utilities.
All subcommand of I<txtnix> provides extensive help, so don't hesitate
to call them with the I<--help> option.
=head1 INSTALLATION
You can check L<INSTALL.md> to see all different ways to install txtnix
but if want to use the fast and easy way, the following commands will
install txtnix and all dependencies to ~/perl5 and add lines to your
bashrc to adjust some environment variables.
$ curl -L http://cpanmin.us | perl - -l ~/perl5 App::cpanminus local::lib
$ eval $(perl -I ~/perl5/lib/perl5 -Mlocal::lib=~/perl5)
$ echo 'eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)' >> ~/.bashrc
$ cpanm https://github.com/mdom/txtnix.git
=head1 CONFIGURATION FILE
twtxt uses a simple INI-like configuration file. It checks
Expand Down

0 comments on commit 965eaee

Please sign in to comment.