Add README.md

This commit is contained in:
Santiago Lo Coco 2023-12-05 11:01:13 -03:00
parent 08de4100f1
commit 89f4e428f5
2 changed files with 12 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ other/
*.iso2709
.idea/
*.tar*
*.zip
revistas/

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# Uso
```
PERL_MM_OPT="INSTALL_BASE=$HOME/perl5" cpan local::lib
sudo perl -MCPAN -e 'install -force MARC::File::USMARC'
sudo perl -MCPAN -e 'install -force MARC::Crosswalk::DublinCore'
sudo perl -MCPAN -e 'o conf init pushy_https'
cpan MARC::File::USMARC
cpan MARC::Crosswalk::DublinCore
```