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

Improve README #2814

Merged
merged 3 commits into from
Aug 3, 2023
Merged

Improve README #2814

merged 3 commits into from
Aug 3, 2023

Conversation

owenthereal
Copy link
Member

@owenthereal owenthereal commented Aug 1, 2023

Improve README to be more structural and more readable. A reander is available here.

README.md Outdated Show resolved Hide resolved
Improve README to be more structural and more readable.
```console
git submodule update --init # if building from git to get oniguruma
autoreconf -i # if building from git
./configure --with-oniguruma=builtin
Copy link
Contributor

Choose a reason for hiding this comment

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

I always feel --with-oniguruma=builtin in instruction is verbose because it detects automatically but do we still need this to prevent the fallback to pre-installed libonig?

Copy link
Member Author

Choose a reason for hiding this comment

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

Indeed, the --with-oniguruma=builtin is in the default ./configure flags: . Perhaps let's make the help more clear builtin is the default.

Copy link
Contributor

Choose a reason for hiding this comment

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

I guess this is going to be more reliable for users, so it's probably best to leave it. Users with a slight clue will think about this and maybe exclude this option?

Copy link
Contributor

Choose a reason for hiding this comment

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

Okay, I understand.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
@nicowilliams
Copy link
Contributor

LGTM.

@itchyny itchyny merged commit 53a62cf into jqlang:master Aug 3, 2023
28 checks passed
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.

3 participants