mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "README.md simplified [ci skip]"
This reverts commit 41fabbcc0e
.
because I had a mistake in comment message.
(to commit svn hook again)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4dd1cf3b27
commit
1845c9d9ba
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
@ -6,8 +6,9 @@
|
||||||
# What's Ruby
|
# What's Ruby
|
||||||
|
|
||||||
Ruby is the interpreted scripting language for quick and easy object-oriented
|
Ruby is the interpreted scripting language for quick and easy object-oriented
|
||||||
programming. It has many features to process text files and to manage system (as in Perl).
|
programming. It has many features to process text files and to do system
|
||||||
It is simple, straight-forward, and extensible.
|
management tasks (as in Perl). It is simple, straight-forward, and
|
||||||
|
extensible.
|
||||||
|
|
||||||
## Features of Ruby
|
## Features of Ruby
|
||||||
|
|
||||||
|
@ -51,11 +52,13 @@ Or if you are using git then use the following command:
|
||||||
|
|
||||||
## Ruby home page
|
## Ruby home page
|
||||||
|
|
||||||
|
The URL of the Ruby home page is:
|
||||||
|
|
||||||
https://www.ruby-lang.org/
|
https://www.ruby-lang.org/
|
||||||
|
|
||||||
## Mailing list
|
## Mailing list
|
||||||
|
|
||||||
There is a mailing list to discuss Ruby. To subscribe to this list, please
|
There is a mailing list to talk about Ruby. To subscribe to this list, please
|
||||||
send the following phrase:
|
send the following phrase:
|
||||||
|
|
||||||
subscribe
|
subscribe
|
||||||
|
@ -65,6 +68,8 @@ in the mail body (not subject) to the address
|
||||||
|
|
||||||
## How to compile and install
|
## How to compile and install
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
@ -151,7 +156,7 @@ Questions about the Ruby language can be asked on the Ruby-Talk mailing list
|
||||||
(https://www.ruby-lang.org/en/community/mailing-lists) or on websites like
|
(https://www.ruby-lang.org/en/community/mailing-lists) or on websites like
|
||||||
(https://stackoverflow.com).
|
(https://stackoverflow.com).
|
||||||
|
|
||||||
Bugs should be reported at https://bugs.ruby-lang.org. Read [HowToReport] for more information.
|
Bug reports should be filed at https://bugs.ruby-lang.org. Read [HowToReport] for more information.
|
||||||
|
|
||||||
[HowToReport]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReport
|
[HowToReport]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReport
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue