summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-19 09:09:46 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-19 09:09:46 +0000
commitaf56793a8d7e120e33b9327a8d52c18a6a1c76d8 (patch)
tree83a85cfc37ed695982c26d99d1b78c25ebfc855b /README.md
parent1845c9d9bae9bc0731bc5d58ecc0f5df4ea7c33d (diff)
README.md simplified [ci skip]
- "do system management tasks" -> "manage the system" - "talk about" -> "discuss" - "The URL of the Ruby home page is:" and "This is what you need to do to compile and install Ruby:" are removed because of redundancy. - "Bugs reports should be filed" -> "Bugs should be reported" [Fix https://github.com/ruby/ruby/pull/2004] From: yzzhang-cs git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/README.md b/README.md
index 94f922dea5..9f6cfc32e0 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,8 @@
# What's Ruby
Ruby is the interpreted scripting language for quick and easy object-oriented
-programming. It has many features to process text files and to do system
-management tasks (as in Perl). It is simple, straight-forward, and
-extensible.
+programming. It has many features to process text files and to manage system (as in Perl).
+It is simple, straight-forward, and extensible.
## Features of Ruby
@@ -52,13 +51,11 @@ Or if you are using git then use the following command:
## Ruby home page
-The URL of the Ruby home page is:
-
https://www.ruby-lang.org/
## Mailing list
-There is a mailing list to talk about Ruby. To subscribe to this list, please
+There is a mailing list to discuss Ruby. To subscribe to this list, please
send the following phrase:
subscribe
@@ -68,8 +65,6 @@ in the mail body (not subject) to the address
## 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
[win32/README.win32](win32/README.win32) instead of this document.
@@ -156,7 +151,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://stackoverflow.com).
-Bug reports should be filed at https://bugs.ruby-lang.org. Read [HowToReport] for more information.
+Bugs should be reported at https://bugs.ruby-lang.org. Read [HowToReport] for more information.
[HowToReport]: https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReport