From 2e373f56097567ac1cf3fd7f472d449a7cc6203e Mon Sep 17 00:00:00 2001 From: Felipe Neves Date: Fri, 13 Sep 2024 12:04:56 -0300 Subject: [PATCH] doc: update the module URL on doc. And use HTTPS instead of SSH for initialization Signed-off-by: Felipe Neves --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7ee2bd0..36917a4 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ all its dependencies: .. code-block:: console - $ west init -m git@github.com:uLipe/lkmotor_mf4005_driver.git + $ west init -m https://github.com/uLipe/lkmotor_mf4005_driver $ west update Alternatively you can add a local copy of this module by adding the following sections