This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit f460744db34dabd525cf6e0454a5135b7e0ac7dd Author: Tristan van Berkom <[email protected]> AuthorDate: Sat Mar 19 14:34:37 2022 +0900 README.rst: Adding initial README --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..a8f751c --- /dev/null +++ b/README.rst @@ -0,0 +1,10 @@ +BuildStream Plugins +=================== +A collection of plugins for the BuildStream project. + + +How to use plugins +------------------ +Plugins must be declared by your buildstream project.conf for use in your +project. For instructions on how to load plugins in your buildstream project, +please consult the `plugin loading documentation <https://docs.buildstream.build/master/format_project.html#loading-plugins>`_
