Skip to content

Commit 9af74a6

Browse files
committed
README: Update README.md
Updates the template README with Cirrus specific naming.
1 parent 7a3998d commit 9af74a6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ applications. Some of the features demonstrated in this example are:
2626
This repository is versioned together with the [Zephyr main tree][zephyr]. This
2727
means that every time that Zephyr is tagged, this repository is tagged as well
2828
with the same version number, and the [manifest](west.yml) entry for `zephyr`
29-
will point to the corresponding Zephyr tag. For example, the `example-application`
29+
will point to the corresponding Zephyr tag. For example, the `zephyr-application`
3030
v2.6.0 will point to Zephyr v2.6.0. Note that the `main` branch always
3131
points to the development branch of Zephyr, also `main`.
3232

@@ -48,15 +48,15 @@ environment. Follow the official
4848

4949
### Initialization
5050

51-
The first step is to initialize the workspace folder (``my-workspace``) where
52-
the ``example-application`` and all Zephyr modules will be cloned. Run the following
51+
The first step is to initialize the workspace folder (``cirrus-workspace``) where
52+
the ``zephyr-applications`` and all Zephyr modules will be cloned. Run the following
5353
command:
5454

5555
```shell
56-
# initialize my-workspace for the example-application (main branch)
57-
west init -m https://github.com/zephyrproject-rtos/example-application --mr main my-workspace
56+
# initialize cirrus-workspace for the zephyr-applications (main branch)
57+
west init -m https://github.com/zephyrproject-rtos/zephyr-applications --mr main cirrus-workspace
5858
# update Zephyr modules
59-
cd my-workspace
59+
cd cirrus-workspace
6060
west update
6161
```
6262

@@ -65,7 +65,7 @@ west update
6565
To build the application, run the following command:
6666

6767
```shell
68-
cd example-application
68+
cd zephyr-applications
6969
west build -b $BOARD app
7070
```
7171

0 commit comments

Comments
 (0)