From fc989e732d26826065944dfa03d5637fb49ac374 Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Mon, 20 Nov 2023 10:12:18 +0000 Subject: [PATCH] docs: update make path --- tool/spdx_license/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/spdx_license/README.md b/tool/spdx_license/README.md index 7e4420524..1e4530b12 100644 --- a/tool/spdx_license/README.md +++ b/tool/spdx_license/README.md @@ -28,7 +28,7 @@ mason get ```sh # ⚙️ Generate code using the spdx_license brick (from within project) -mason make spdx_license -o lib/src/models/ --on-conflict=overwrite +mason make spdx_license -o lib/src/pub_license/ --on-conflict=overwrite ``` If the licenses prompt is left empty the brick will fetch the [SPDX list](https://github.com/spdx/license-list-data/tree/main/json/details). Otherwise, the user specified licenses will be used and no SPDX List will be fetched.