espressif / idf-component-manager

Tool for installing ESP-IDF components
https://components.espressif.com/
Apache License 2.0
44 stars 16 forks source link

add documentation about specifying git branch or revision in manifest (PACMAN-551) #17

Closed nicola-lunghi closed 1 year ago

nicola-lunghi commented 1 year ago

See https://github.com/espressif/idf-component-manager/issues/12#issuecomment-1299941013

Add documentation about specifying a branch or commit for git repositories

kumekay commented 1 year ago

Hi @nicola-lunghi, thank you for the contribution!

As mentioned in my comment in !12, we are covering it in the documentation site and will try to keep README and the template short.

However, as soon as the documentation template is merged (Tue-Wed next week), we will accept contributions.

kumekay commented 1 year ago

Hello @nicola-lunghi,

Thank you once again for your contribution. The documentation now includes information about dependencies from Git. You can find the docs here: https://docs.espressif.com/projects/idf-component-manager/en/latest/reference/manifest_file.html#dependencies-from-git

I'm closing this PR now, but if you would like to contribute to the docs, you are welcome.