From: martinahansen Date: Fri, 13 May 2011 19:58:31 +0000 (+0000) Subject: updated 00README file in ruby dir X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=312188236022c73a719fca4e65f235d270833778;p=biopieces.git updated 00README file in ruby dir git-svn-id: http://biopieces.googlecode.com/svn/trunk@1407 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/code_ruby/00README b/code_ruby/00README index 170d8a6..2f4d9d3 100644 --- a/code_ruby/00README +++ b/code_ruby/00README @@ -1,14 +1,14 @@ New developers should add their own subdirectory here for their own code: - ../biopieces/code_ruby/Maasha # this is my code directory. - ../biopieces/code_ruby/ # this could be your new code directory. + ../biopieces/code_ruby/lib/maasha # this is my code directory. + ../biopieces/code_ruby/lib/ # this could be your new code directory. -Finally, add your new code directory to the RUBYLIB path in the configuration: - - ../biopieces/bp_conf/bashrc # look inside this file for information on how to do that. +Test code goes in: + ../biopieces/code_ruby/test/maasha # this is my test directory. + ../biopieces/code_ruby/test/ # this could be your new test directory. All done. -Martin A. Hansen, November 2010. +Martin A. Hansen, May 2011.