ruby-changes:39752
From: hsbt <ko1@a...>
Date: Sat, 12 Sep 2015 16:07:23 +0900 (JST)
Subject: [ruby-changes:39752] hsbt:r51833 (trunk): * README.md: improve markdown rendering for readable.
hsbt 2015-09-12 16:07:17 +0900 (Sat, 12 Sep 2015) New Revision: 51833 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51833 Log: * README.md: improve markdown rendering for readable. [fix GH-1015][ci skip] Patch by @Matrixbirds Modified files: trunk/ChangeLog trunk/README.md Index: ChangeLog =================================================================== --- ChangeLog (revision 51832) +++ ChangeLog (revision 51833) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Sep 12 16:07:01 2015 SHIBATA Hiroshi <hsbt@r...> + + * 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@r...> * process.c (save_redirect_fd): make saved FDs close-on-exec not Index: README.md =================================================================== --- README.md (revision 51832) +++ README.md (revision 51833) @@ -73,9 +73,9 @@ This is what you need to do to compile a https://github.com/ruby/ruby/blob/trunk/README.md#L73 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/