1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove documentation about dev

dev is Shopify's internal tool that doesn't work if you use Intel
Homebrew on M1 (or rbenv, btw). Now that we maintain this outside
Shopify's repository, we should stop talking about it here.
This commit is contained in:
Takashi Kokubun 2022-08-08 19:02:28 -07:00
parent 35b9cd1def
commit f8936b3341
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -347,6 +347,5 @@ While in your i386 shell, install Cargo and Homebrew, then hack away!
1. You must install a version of Homebrew for each architecture
2. Cargo will install in $HOME/.cargo by default, and I don't know a good way to change architectures after install
3. `dev` won't work if you have i386 Homebrew installed on an M1
If you use Fish shell you can [read this link](https://tenderlovemaking.com/2022/01/07/homebrew-rosetta-and-ruby.html) for information on making the dev environment easier.