feat: add the coreos-doc script

This commit is contained in:
Samuel Dolt 2022-10-04 15:19:33 +02:00
parent c6a32c397c
commit 3951c217d1
2 changed files with 6 additions and 0 deletions

4
scripts/coreos-doc Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env sh
bitbake coreos-doc
xdg-open ${BBPATH}/tmp/deploy/documentation/index.html

View File

@ -21,3 +21,5 @@ Other commonly useful commands are:
- 'devtool' and 'recipetool' handle common recipe tasks
- 'bitbake-layers' handles common layer tasks
- 'oe-pkgdata-util' handles common target package tasks
You can open the CoreOS documentation by running the 'coreos-doc' command.