From 996807cbf61c074fa65e94e8508c059b6b7ca064 Mon Sep 17 00:00:00 2001 From: Brian Donovan Date: Wed, 21 Apr 2010 12:43:36 -0700 Subject: [PATCH] Credit Lachie for his rvm scripts. --- README.textile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index 3d420cc..930df06 100644 --- a/README.textile +++ b/README.textile @@ -23,9 +23,13 @@ h2. Rubygems features h2. Installation cd ~/.config/fish - git init + git init git add . - git remote add github git://github.com/zmalltalker/fish-nuggets.git + git remote add github git://github.com/eventualbuddha/fish-nuggets.git git pull github master Go into ~/.config/fish and add this repository, then pull. This will add the scripts in this projects for you to use. + +h2. Credits + +Thanks to Lachie Cox for the initial rvm scripts (http://github.com/lachie/dotfiles).