-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Homebrew support #11
Comments
I have recently written the Homebrew package definition for luaver. i hope this is helpful for you, or i can submit it instead of you 😃 |
Thanks for writing this out. Go ahead and submit it :) Let me know whenever it's merged and I'll close this issue. |
Thank you, @DhavalKapil I will go ahead. |
@umireon I don't have much time right now. Plan to release it by December. |
Thank you for taking your time. |
Now luaver is available on Homebrew 🍻 ! macOS user can install luaver via Homebrew by running
|
I saw the caveat but couldn't understand it before coming here. Is "correct file" the relevant profile for the user's shell? It may be possible for the installer to do this step, I think RVM does. If not that line could be more self explanatory. |
@tobylane Homebrew will not allow a Formula to modify a user's shell profile because that will cause a lot of problems which is not relevant to Homebrew itself. Anyway, that line can be improved a bit like nvm has:
(This describes too much, appearently to avoid troubles with upstream, though) And, of course, you also can always improve luaver formula by sending a PR at Homebrew/homebrew-core 🍻 😄 |
As suggested by Jared Sartin:
https://dhavalkapil.com/blogs/Lua-Version-Manager/#comment-2764187295
The text was updated successfully, but these errors were encountered: