Update some words on README.md.
* Remove space on double spaces. * Capitalization of "Ruby". * Use macOS instead of OS X. https://github.com/ruby/ruby/pull/1610 Patch by @bunkrich [fix GH-1610] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7d2e5fb979
commit
f4ae225b04
12
README.md
12
README.md
@ -12,14 +12,14 @@ extensible.
|
|||||||
|
|
||||||
* Simple Syntax
|
* Simple Syntax
|
||||||
* **Normal** Object-oriented Features (e.g. class, method calls)
|
* **Normal** Object-oriented Features (e.g. class, method calls)
|
||||||
* **Advanced** Object-oriented Features (e.g. Mix-in, Singleton-method)
|
* **Advanced** Object-oriented Features (e.g. mix-in, singleton-method)
|
||||||
* Operator Overloading
|
* Operator Overloading
|
||||||
* Exception Handling
|
* Exception Handling
|
||||||
* Iterators and Closures
|
* Iterators and Closures
|
||||||
* Garbage Collection
|
* Garbage Collection
|
||||||
* Dynamic Loading of Object Files (on some architectures)
|
* Dynamic Loading of Object Files (on some architectures)
|
||||||
* Highly Portable (works on many Unix-like/POSIX compatible platforms as
|
* Highly Portable (works on many Unix-like/POSIX compatible platforms as
|
||||||
well as Windows, Mac OS X, Haiku, etc.) cf.
|
well as Windows, macOS, Haiku, etc.) cf.
|
||||||
https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
|
https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
|
||||||
|
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ in the mail body (not subject) to the address
|
|||||||
|
|
||||||
This is what you need to do to compile and install Ruby:
|
This is what you need to do to compile and install Ruby:
|
||||||
|
|
||||||
1. If you want to use Microsoft Visual C++ to compile ruby, read
|
1. If you want to use Microsoft Visual C++ to compile Ruby, read
|
||||||
[win32/README.win32](win32/README.win32) instead of this document.
|
[win32/README.win32](win32/README.win32) instead of this document.
|
||||||
|
|
||||||
2. If `./configure` does not exist or is older than `configure.ac`, run
|
2. If `./configure` does not exist or is older than `configure.ac`, run
|
||||||
@ -102,7 +102,7 @@ This is what you need to do to compile and install Ruby:
|
|||||||
|
|
||||||
7. Optionally, run '`make check`' to check whether the compiled Ruby
|
7. Optionally, run '`make check`' to check whether the compiled Ruby
|
||||||
interpreter works well. If you see the message "`check succeeded`", your
|
interpreter works well. If you see the message "`check succeeded`", your
|
||||||
ruby works as it should (hopefully).
|
Ruby works as it should (hopefully).
|
||||||
|
|
||||||
8. Optionally, Run `make update-gems` and `make extract-gems`
|
8. Optionally, Run `make update-gems` and `make extract-gems`
|
||||||
|
|
||||||
@ -138,10 +138,10 @@ This is what you need to do to compile and install Ruby:
|
|||||||
**NOTE**: teeny of the API version may be different from one of Ruby's
|
**NOTE**: teeny of the API version may be different from one of Ruby's
|
||||||
program version
|
program version
|
||||||
|
|
||||||
You may have to be a super user to install ruby.
|
You may have to be a super user to install Ruby.
|
||||||
|
|
||||||
|
|
||||||
If you fail to compile ruby, please send the detailed error report with the
|
If you fail to compile Ruby, please send the detailed error report with the
|
||||||
error log and machine/OS type, to help others.
|
error log and machine/OS type, to help others.
|
||||||
|
|
||||||
Some extension libraries may not get compiled because of lack of necessary
|
Some extension libraries may not get compiled because of lack of necessary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user