1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
hsbt 2015-09-12 07:07:17 +00:00
parent 09cbe9d640
commit 2014b4d5ff
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Sat Sep 12 16:07:01 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* README.md: improve markdown rendering for readable.
[fix GH-1015][ci skip] Patch by @Matrixbirds
Sat Sep 12 14:30:03 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* process.c (save_redirect_fd): make saved FDs close-on-exec not

View file

@ -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