We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8f370 commit 4d4b8d2Copy full SHA for 4d4b8d2
2 files changed
Readme.md
@@ -62,7 +62,7 @@ Install sw360 and required dependencies:
62
The documentation of the project is built using Sphinx:
63
64
```python
65
-poetry run sphinx-build .\docs-source\ .\docs\
+poetry run sphinx-build ./docs-source/ ./docs/
66
```
67
68
#### Building Python package
@@ -104,3 +104,8 @@ Copyright 2019-2024 Siemens
104
105
The project is licensed under the MIT license.
106
SPDX-License-Identifier: MIT
107
+
108
+## SBOM
109
110
+For an up-to-date CycloneDX SBOM, please have a look at the
111
+[SBOM](https://github.com/sw360/sw360python/tree/master/SBOM) folder.
0 commit comments