Skip to content
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

docs(readme): add luajit as requirement for homebrew users #363

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

craigmac
Copy link
Contributor

@craigmac craigmac commented Jun 3, 2024

Installing lua 5.1 using brew install lua@5.1 results in an error due to the formula being disabled. Instead macOS brew users can do brew install luajit

Installing lua 5.1 using `brew install lua@5.1` results in an error due to the formula being disabled. Instead macOS brew users can do `brew install luajit`
Copy link
Contributor

github-actions bot commented Jun 3, 2024

Review Checklist

Does this PR follow the Contribution Guidelines? Following is a partial checklist:

Proper conventional commit scoping:

  • For example, fix(installer): some installer bugfix

  • Pull request title has the appropriate conventional commit prefix.

If applicable:

  • Tested
    • Tests have been added.
    • Tested manually (steps in PR description).
  • Updated documentation.

Copy link
Member

@mrcjkb mrcjkb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🙏

README.md Outdated Show resolved Hide resolved
Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>
@mrcjkb mrcjkb changed the title Update README.md for macOS lua 5.1 installation docs(readme): add luajit as requirement for homebrew users Jun 3, 2024
@mrcjkb mrcjkb enabled auto-merge (squash) June 3, 2024 16:27
@mrcjkb mrcjkb merged commit 5dabe4c into nvim-neorocks:master Jun 3, 2024
7 checks passed
@craigmac craigmac deleted the patch-1 branch June 3, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants