Skip to content

Commit

Permalink
doc: update the module URL on doc.
Browse files Browse the repository at this point in the history
And use HTTPS instead of SSH for initialization

Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
  • Loading branch information
uLipe committed Sep 13, 2024
1 parent 5865440 commit 6f9d0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Zephyr project
uses: zephyrproject-rtos/action-zephyr-setup@v1
with:
app-path: lkmotor_mf4005_driver/samples/mf4005_shell
app-path: lkmotor_mf4005_driver
toolchains: arm-zephyr-eabi

# - name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f9d0f8

Please sign in to comment.