summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-12 07:07:17 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-12 07:07:17 +0000
commit2014b4d5ffc38b9b39c6a0ed1d0c6375161615ec (patch)
treedc553d298a7df81dd57ea9fed9183d5d1715b6e7 /README.md
parent09cbe9d64088b825a520fcba279cbca3df5c4035 (diff)
* 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
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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