Of all the changes, the one I’d most recommend keeping is removal of then duplication.
Additionally
installing bundler could be happier as a part of Ruby installation
since repo nesting is a bit unusual, it could get more emphasis
Use system ruby?
Since macOS ships with Ruby, there's a potential to remove Ruby installation part. However, because it's adviced not to install gems on the system Ruby, better to keep that part of docs.
[x] I solemnly swear that this is all original content of which I am the original author
[x] Pull request title is prepended with [language/lang-code] (example [python/fr-fr] or [java/en])
[x] Pull request touches only one file (or a set of logically related files with similar changes made)
[x] Content changes are aimed at intermediate to experienced programmers (this is a poor format for explaining fundamental programming concepts)
[x] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to CONTRIBUTING.md
[x] Yes, I have double-checked quotes and field names!
Hi.
Of all the changes, the one I’d most recommend keeping is removal of
then
duplication.Additionally
Use system ruby?
Since macOS ships with Ruby, there's a potential to remove Ruby installation part. However, because it's adviced not to install gems on the system Ruby, better to keep that part of docs.
[language/lang-code]
(example[python/fr-fr]
or[java/en]
)