ruby-changes:71776
From: Nobuyoshi <ko1@a...>
Date: Tue, 19 Apr 2022 14:51:02 +0900 (JST)
Subject: [ruby-changes:71776] fada4d24f9 (master): [DOC] adjust indent
https://git.ruby-lang.org/ruby.git/commit/?id=fada4d24f9 From fada4d24f9acd98f1e289913f6eea584d281fb42 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 19 Apr 2022 14:01:08 +0900 Subject: [DOC] adjust indent --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32392479cb..a4a2ef1c91 100644 --- a/README.md +++ b/README.md @@ -89,18 +89,18 @@ is required. https://github.com/ruby/ruby/blob/trunk/README.md#L89 ## How to compile and install 1. If you want to use Microsoft Visual C++ to compile Ruby, read - [win32/README.win32](rdoc-ref:win32/README.win32) instead of this document. + [win32/README.win32](rdoc-ref:win32/README.win32) instead of this document. 2. Run `./autogen.sh` to generate configure, when you build the source checked - out from the Git repository. + out from the Git repository. -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 override them. -4. Edit `include/ruby/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. Optional: Remove comment mark(`#`) before the module names from `ext/Setup`. @@ -118,8 +118,8 @@ is required. https://github.com/ruby/ruby/blob/trunk/README.md#L118 It uses the identity to sign `ruby` binary. See also codesign(1). 7. Optionally, run '`make check`' to check whether the compiled Ruby - interpreter works well. If you see the message "`check succeeded`", your - Ruby works as it should (hopefully). + interpreter works well. If you see the message "`check succeeded`", your + Ruby works as it should (hopefully). 8. Run '`make install`'. -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/