################################################################################ # # # INSTALL NOTES FOR THE c01N c01N PROMPT # # # ################################################################################ Ok, let's start by checking whether you've got all the needed : material - a bash script named "c01N" - a python script named "c01N.py" - a python module named "color.py" Is it ok ? Are you sure ? Well, let's start the very complex(tm) procedure of installation : 1/ copy all 3 files in a directory of your choice 2/ note this directory's asbolute pathname 3/ edit the "c01N" bash script and set INSTALLREP with your directory's absolute pathname 4/ add this to your ~/.bashrc : [ -f /path/to/c01N ] && . /path/to/c01N (replace by the actual path to the c01N bash script ;)) That's all folks !