-
Notifications
You must be signed in to change notification settings - Fork 76
docs(readme): simplify the readme and example make #578
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): simplify the readme and example make #578
Conversation
14ca7e4 to
2a9df7c
Compare
|
Found a bug in commit-check with this one. commit-check/commit-check#329 |
can you address this suggestion from vale |
|
Rats. That's the one thing from Vale I haven't figured out how to satisfy yet. |
We can use |
|
|
|
Funnily enough, dramatically reducing text actually makes this worse as we have fixed words with large syllable counts that are hard to work around. |
At this point we should drive users to the container properly. That gives them access to almost all of the CI tools and ensures the output they generate will match what we expect. Advanced users can still parse the requirements.txt if they want. Also, add an example make command using the container to the top of the build guide since that is one of the more popular things I need to remind people about. Signed-off-by: Randolph Sapp <rs@ti.com>
2a9df7c to
13bd694
Compare
At this point we should drive users to the container properly. That gives them access to almost all of the CI tools and ensures the output they generate will match what we expect. Advanced users can still parse the requirements.txt if they want.
Also, add an example make command using the container to the top of the build guide since that is one of the more popular things I need to remind people about.