-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Requirements #33
Comments
I don't think that this is a necessary section for most packages; most already have a very clear way of installing them through a package manager, which clears up the majority of the requirements. I think that this belongs in the
Do you think this ought to be changed? |
Not so sure about that. I know in javascript-land, it's important to know which nodejs version + which npm version that the module supports, in some cases on which OS the module can be run and also if it supports the nodejs environment and browser, or just one of them. Sometimes, some modules also have peer dependencies ("you need this package, but it's not included here"). Same goes for Python, where the version split between 2 and 3 is significant. About go, not sure about that... However, I did miss that the |
Perhaps I could make this more prominent, by adding it as an optional subsection? |
Took a overview look at js-ipfs, saw that a requirements section was missing (issue here: ipfs/js-ipfs#453) and thinking, everything based on standard-readme is missing the requirements. This should ideally be it's own section, before the installation.
Could look something like this:
Requirements
What do you think?
The text was updated successfully, but these errors were encountered: