Skip to content

Commit 5c6bf2c

Browse files
gregersryggDematteisGiacomo
authored andcommitted
docs: Update README.md
Add missing `project` before `app` folder name. Signed-off-by: Gregers Gram Rygg <gregers.gram.rygg@nordicsemi.no>
1 parent 3d73d41 commit 5c6bf2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ nrfutil toolchain-manager launch --
9999

100100
# Initialize workspace
101101
west init -m https://github.com/nrfconnect/Asset-Tracker-Template.git --mr main asset-tracker-template
102-
cd asset-tracker-template/app
102+
cd asset-tracker-template/project/app
103103
west update
104104
```
105105

docs/common/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Complete the following steps for building and running:
3030

3131
1. Navigate to the project folder:
3232
```shell
33-
cd asset-tracker-template/app
33+
cd asset-tracker-template/project/app
3434
```
3535

3636
2. To build the application, run the following command:

0 commit comments

Comments
 (0)