aboutsummaryrefslogtreecommitdiffstats
path: root/doc/contributing.rdoc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-04 00:22:05 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-04 00:22:05 +0000
commitce27d3c625402f5f2d9e61b48e87025ce52d2322 (patch)
tree0873c20d4819bc8d667d69ed36b5377e7a1c3bd6 /doc/contributing.rdoc
parent2e4b99e69de1db712f85e3ce7cf4f3331c9d697d (diff)
downloadruby-ce27d3c625402f5f2d9e61b48e87025ce52d2322.tar.gz
* doc/contributing.rdoc: fixed wrong instructions with OS X
[fix GH-989][ci skip] Patch by @schneems git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/contributing.rdoc')
-rw-r--r--doc/contributing.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rdoc b/doc/contributing.rdoc
index 003c5c149c..3cba178cec 100644
--- a/doc/contributing.rdoc
+++ b/doc/contributing.rdoc
@@ -312,7 +312,7 @@ Now let's build CRuby:
autoconf
mkdir build && cd build # its good practice to build outside of source dir
mkdir ~/.rubies # we will install to .rubies/ruby-trunk in our home dir
- ../configure --prefix=~/.rubies/ruby-trunk
+ ../configure --prefix='$(~/).rubies/ruby-trunk'
make && make install
After adding Ruby to your PATH, you should be ready to run the test suite: