Skip to content

Commit

Permalink
README: Update folder naming
Browse files Browse the repository at this point in the history
Update folder naming to use hello nrf cloud instead of oob
when setting up the repository.

Signed-off-by: Simen S. Røstad <[email protected]>
  • Loading branch information
simensrostad committed Nov 7, 2024
1 parent ec23e6e commit 176afc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Before initializing start the toolchain environment:
nrfutil toolchain-manager launch --shell
```

The first step is to initialize the workspace folder (`thingy91x-oob`) where the
The first step is to initialize the workspace folder (`hello-nrfcloud`) where the
`firmware` project and all nRF Connect SDK modules will be cloned. Run the
following command:

```shell
# initialize thingy91x-oob workspace
west init -m https://github.com/hello-nrfcloud/firmware --mr main thingy91x-oob
# initialize hello-nrfcloud workspace
west init -m https://github.com/hello-nrfcloud/firmware --mr main hello-nrfcloud

cd thingy91x-oob
cd hello-nrfcloud

# enable Bosch environmental sensor driver
west config manifest.group-filter +bsec
Expand Down

0 comments on commit 176afc6

Please sign in to comment.