From b7f883c6baa8defd74d3e3a14f19e6d64c70d962 Mon Sep 17 00:00:00 2001 From: Patricia Reinoso Date: Thu, 19 Dec 2024 09:21:53 +0100 Subject: [PATCH] fix: fix typo (#693) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23b1998..09cfd85 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ This target will produce the webconsole binary with the static export of NMS emb ### `make rock` This target will produce a `sdcore-nms.rock` OCI image file, which will have the webconsole binary as a service. It will use the master branch of webconsole by default. -If you want to use a specific tag for the webconsole repo, you must switch to the branch/tag in ./biuld/webconsole-src +If you want to use a specific tag for the webconsole repo, you must switch to the branch/tag in ./build/webconsole-src `rockcraft` must be installed to use this option.