From fc2e71ff2fcb01d65e6844b55919685d704d28b0 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Fri, 2 May 2008 22:41:45 -0600 Subject: indicate github as the source code repository --- README | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README b/README index bcca075..5b8eece 100644 --- a/README +++ b/README @@ -39,13 +39,9 @@ FAQ, please send them to jamis@37signals.com == Source Code -The source repository is accessible via subversion: +The source repository is accessible via git: - svn co http://svn.jamisbuck.org/sqlite3-ruby/trunk - -Individual releases are tagged in the tags directory: - - svn co http://svn.jamisbuck.org/sqlite3-ruby/tags + git clone git://github.com/jamis/sqlite3-ruby.git == Contact Information -- cgit