未验证 提交 df9d0dd6 编写于 作者: E Eric Ti-Yu Chiang 提交者: GitHub

Use `mv -T` to move rbenv rubies to asdf rubies

This allows `~/.rbenv/versions` to rename to `~/.asdf/installs/ruby` instead of ending up with `~/.asdf/installs/ruby/versions`.
上级 389b2f51
......@@ -63,7 +63,7 @@ directory:
#### rbenv
mkdir ~/.asdf/installs/
mv ~/.rbenv/versions ~/.asdf/installs/ruby/
mv -T ~/.rbenv/versions ~/.asdf/installs/ruby/
#### chruby
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册