From d902a276a0ce1a174c175fd72d2d8470dbb117c8 Mon Sep 17 00:00:00 2001 From: Gildas Cuisinier Date: Wed, 4 Sep 2013 09:37:39 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4b8c81..623c24a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Verified on : 1. Check out jenv into `~/.jenv`. ~~~ sh - $ git clone https://github.com/hikage/jenv.git ~/.jenv + $ git clone https://github.com/gcuisinier/jenv.git ~/.jenv ~~~ 2. Add `~/.jenv/bin` to your `$PATH` for access to the `jenv` command-line utility. @@ -231,13 +231,13 @@ Let's say you want Maven to use the JDK activated with Jenv, not the default `JA ## Development The jenv source code is [hosted on -GitHub](https://github.com/hikage/jenv). It's clean, modular, +GitHub](https://github.com/gcuisinier/jenv). It's clean, modular, and easy to understand, even if you're not a shell hacker. It is based on [rbenv](https://github.com/sstephenson/rbenv). Please feel free to submit pull requests and file bugs on the [issue -tracker](https://github.com/hikage/jenv/issues). +tracker](https://github.com/gcuisinier/jenv/issues). ### Version History