https://github.com/riywo/app-llenv
https://github.com/riywo/app-llenv
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/riywo/app-llenv
- Owner: riywo
- Created: 2012-01-05T02:43:09.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-18T09:54:02.000Z (over 14 years ago)
- Last Synced: 2025-03-30T09:11:36.855Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 192 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
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.