-
Notifications
You must be signed in to change notification settings - Fork 109
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
Make Structure of README's more Consistent and Fix Dead Link #507
Conversation
README.md
Outdated
For all bindings, you first need to make sure that the `blst` submodule is correctly pulled after clone. | ||
To do so, you may need to run: | ||
|
||
``` | ||
git submodule update --init |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm we should try to fix the Makefiles so this isn't necessary. We can do something like this:
$(MAKE) -C ../../src blst
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will remove this comment and we can open another PR for fixing the Makefiles. :)
README.md
Outdated
``` | ||
|
||
|
||
| Language | Link | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe a single blank line between paragraphs/sections is most common in this repo.
bindings/java/README.md
Outdated
## Public Maven Repo | ||
|
||
The library which uses this binding and publishes a package to a public maven repo | ||
is [jc-kzg-4844](https://github.com/ConsenSys/jc-kzg-4844). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reminds me, we should add this link to the readme too:
https://central.sonatype.com/artifact/io.consensys.protocols/jc-kzg-4844
bindings/nim/README.md
Outdated
``` | ||
|
||
|
||
## Tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete second blank line.
bindings/nim/README.md
Outdated
## Installation | ||
Install via nimble: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add blank line between these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thank you! Much appreciated.
This PR does two things related to README files:
I think for 2, we can improve it more in the future. For now, I mostly made sure all files have consistent headings and a consistent first sentence, as well as a Prerequisites section.
Happy about feedback how to improve it even more.