From 2014b4d5ffc38b9b39c6a0ed1d0c6375161615ec Mon Sep 17 00:00:00 2001 From: hsbt Date: Sat, 12 Sep 2015 07:07:17 +0000 Subject: [PATCH] * README.md: improve markdown rendering for readable. [fix GH-1015][ci skip] Patch by @Matrixbirds git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a47bb62c9..8b4b53ac0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 12 16:07:01 2015 SHIBATA Hiroshi + + * README.md: improve markdown rendering for readable. + [fix GH-1015][ci skip] Patch by @Matrixbirds + Sat Sep 12 14:30:03 2015 Nobuyoshi Nakada * process.c (save_redirect_fd): make saved FDs close-on-exec not diff --git a/README.md b/README.md index 9ea9ceb8f0..14fb7aa213 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ This is what you need to do to compile and install Ruby: win32/README.win32 instead of this document. 2. If `./configure` does not exist or is older than configure.in, run - autoconf to (re)generate configure. + `autoconf` to (re)generate configure. -3. Run `./configure`, which will generate config.h and Makefile. +3. Run `./configure`, which will generate `config.h` and `Makefile`. Some C compiler flags may be added by default depending on your environment. Specify `optflags=..` and `warnflags=..` as necessary to