feat: add the coreos-doc script
This commit is contained in:
parent
c6a32c397c
commit
3951c217d1
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
bitbake coreos-doc
|
||||||
|
xdg-open ${BBPATH}/tmp/deploy/documentation/index.html
|
||||||
|
|
@ -21,3 +21,5 @@ Other commonly useful commands are:
|
||||||
- 'devtool' and 'recipetool' handle common recipe tasks
|
- 'devtool' and 'recipetool' handle common recipe tasks
|
||||||
- 'bitbake-layers' handles common layer tasks
|
- 'bitbake-layers' handles common layer tasks
|
||||||
- 'oe-pkgdata-util' handles common target package tasks
|
- 'oe-pkgdata-util' handles common target package tasks
|
||||||
|
|
||||||
|
You can open the CoreOS documentation by running the 'coreos-doc' command.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue