Skip to content

Commit

Permalink
readme: update initialization section
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaabdullahk committed Apr 30, 2024
1 parent bffa380 commit c4e31c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ command:

```shell
# initialize my-workspace for the example-application (main branch)
west init -m https://github.com/zephyrproject-rtos/example-application --mr main my-workspace
west init -m https://github.com/mustafaabdullahk/zephyr-prometheus-example.git --mr main prom-workspace
# update Zephyr modules
cd my-workspace
cd prom-workspace
west update
```

Expand Down

0 comments on commit c4e31c7

Please sign in to comment.