From 42261f8f10097997085d10f45c4c183858e8feb9 Mon Sep 17 00:00:00 2001 From: Ziwei Wang Date: Tue, 7 Nov 2023 10:35:55 -0500 Subject: [PATCH] Chore: Update readme with fetch:docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 67a16a4f..1b4585d8 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ Press `F5` or navigate to the debug section on the left of the VS Code and selec ## Testing +Bitbake and Yocto docs are required for some features to work, They need to be fetched before testing and development: + + $ npm run fetch:docs + A wrapper npm script allows running several kinds of tests. To run all tests, use: $ npm test