Skip to content

Commit fada4d2

Browse files
committed
[DOC] adjust indent
1 parent 810b9c3 commit fada4d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,18 @@ is required.
8989
## How to compile and install
9090

9191
1. If you want to use Microsoft Visual C++ to compile Ruby, read
92-
[win32/README.win32](rdoc-ref:win32/README.win32) instead of this document.
92+
[win32/README.win32](rdoc-ref:win32/README.win32) instead of this document.
9393

9494
2. Run `./autogen.sh` to generate configure, when you build the source checked
95-
out from the Git repository.
95+
out from the Git repository.
9696

97-
3. Run `./configure`, which will generate `config.h` and `Makefile`.
97+
3. Run `./configure`, which will generate `config.h` and `Makefile`.
9898

9999
Some C compiler flags may be added by default depending on your
100100
environment. Specify `optflags=..` and `warnflags=..` as necessary to
101101
override them.
102102

103-
4. Edit `include/ruby/defines.h` if you need. Usually this step will not be needed.
103+
4. Edit `include/ruby/defines.h` if you need. Usually this step will not be needed.
104104

105105
5. Optional: Remove comment mark(`#`) before the module names from `ext/Setup`.
106106

@@ -118,8 +118,8 @@ is required.
118118
It uses the identity to sign `ruby` binary. See also codesign(1).
119119

120120
7. Optionally, run '`make check`' to check whether the compiled Ruby
121-
interpreter works well. If you see the message "`check succeeded`", your
122-
Ruby works as it should (hopefully).
121+
interpreter works well. If you see the message "`check succeeded`", your
122+
Ruby works as it should (hopefully).
123123

124124
8. Run '`make install`'.
125125

0 commit comments

Comments
 (0)