Skip to content

Commit

Permalink
Update simulated_device_linux.md (project-chip#29555)
Browse files Browse the repository at this point in the history
Fix file paths and update header to be less confusing for newbies
  • Loading branch information
kgilmer authored Oct 4, 2023
1 parent 1d21df9 commit 9c3ccd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/simulated_device_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ need to be specifically built.
./scripts/examples/gn_build_example.sh examples/placeholder/linux out/debug/simulated/ chip_tests_zap_config=\"app1\"
```

## Build the App with gn and ninja
## Build the App with gn and ninja (alternative)

In order to utilize the app against a commissioner or controller, the app will
need to be specifically built.
Expand All @@ -57,7 +57,7 @@ Now that the building is completed there is a `chip-app1` binary created. This
binary can be executed on a linux os.

```
./out/simulated/chip-app1
./out/debug/simulated/chip-app1
```

## Running the app with test parameter
Expand All @@ -66,7 +66,7 @@ Now that the building is completed there is a `chip-app1` binary created. This
binary can be executed on a linux os with test commands.

```
./out/simulated/chip-app1 --command [TEST NAME]
./out/debug/simulated/chip-app1 --command [TEST NAME]
```

## Interacting with the simulated app
Expand Down

0 comments on commit 9c3ccd3

Please sign in to comment.