An open API service indexing awesome lists of open source software.

https://github.com/riywo/app-llenv


https://github.com/riywo/app-llenv

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

This is Perl module App::llenv.

INSTALLATION

$ curl -kL https://raw.github.com/riywo/App-llenv/master/llenv-install | bash

and add your .bashrc or something

export LLENV_ROOT=$HOME/llenv
export LLENV_OSTYPE=`$LLENV_ROOT/bin/ostype`
export PATH=$LLENV_ROOT/bin:$PATH

DOCUMENTATION

Under Construction...

LICENSE AND COPYRIGHT

Copyright (c) 2012, riywo. All rights reserved.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.