Description of the issue 📄
This is a wording improvement request.
native-installation-instructions.md mentions lots of literal version numbers such as "3.4.7" - but the tools involved read that file (.ruby-version)for a specific value.
Steps to fix 🛠
- Check that rvm and rbenv both can install directly using some version-implicit command (rvm install rather than rvm install 3.4.7).
- Clarify the text file
To do 📋