aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-02-01 00:36:58 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-02-01 00:38:38 +0900
commitadc303131187654d8ce83f3db17eefa3d5bae26c (patch)
tree2ccf95a4c210f9ae34fb606f99e7f8cc27a46c4e /README.md
parent4d43cc1a5308f3b72b61d0c909fe268fe354acfa (diff)
downloadruby-adc303131187654d8ce83f3db17eefa3d5bae26c.tar.gz
README*.md: `defines.h` moved [ci skip]
at 2b592580bf65040373b55ff2ccc3b59a0a231a18
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 140f40b20b..378f48f8d7 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ in the mail body (not subject) to the address
environment. Specify `optflags=..` and `warnflags=..` as necessary to
override them.
-4. Edit `defines.h` if you need. Usually this step will not be needed.
+4. Edit `include/ruby/defines.h` if you need. Usually this step will not be needed.
5. Remove comment mark(`#`) before the module names from `ext/Setup` (or add
module names if not present), if you want to link modules statically.