Skip to content

Commit

Permalink
Fix space characters in commands listed in README.md files that were …
Browse files Browse the repository at this point in the history
…a problem for Linux users (#26018)

* Fix non-breaking spaces in command paths in README.md files

* fixed some paths that got corrupted in the README.md files
  • Loading branch information
Ezra Hale authored and pull[bot] committed Oct 31, 2023
1 parent 756f5dc commit 3485534
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/light-switch-app/silabs/SiWx917/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Silicon Labs platform.
* Build the example application:

cd ~/connectedhomeip
./scripts/examples/gn_efr32_example.sh ./examples/light-switch-app/silabs/SiWx917/ ./out/light-switch-app BRD4325B
./scripts/examples/gn_efr32_example.sh ./examples/light-switch-app/silabs/SiWx917/ ./out/light-switch-app BRD4325B

- To delete generated executable, libraries and object files use:

Expand Down
2 changes: 1 addition & 1 deletion examples/light-switch-app/silabs/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Silicon Labs platform.
* Build the example application:

cd ~/connectedhomeip
./scripts/examples/gn_efr32_example.sh ./examples/light-switch-app/silabs/efr32/ ./out/light-switch-app BRD4161A
./scripts/examples/gn_efr32_example.sh ./examples/light-switch-app/silabs/efr32/ ./out/light-switch-app BRD4161A

- To delete generated executable, libraries and object files use:

Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/silabs/SiWx917/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An example showing the use of CHIP on the Silicon Labs SiWx917.
- [Flashing the Application](#flashing-the-application)
- [Viewing Logging Output](#viewing-logging-output)
- [Running the Complete Example](#running-the-complete-example)
- [Notes](#notes)
- [Notes](#notes)
- [Memory settings](#memory-settings)
- [Group Communication (Multicast)](#group-communication-multicast)
- [Building options](#building-options)
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/silabs/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Silicon Labs platform.
* Build the example application:

cd ~/connectedhomeip
./scripts/examples/gn_efr32_example.sh ./examples/lighting-app/silabs/efr32/ ./out/lighting-app BRD4161A
./scripts/examples/gn_efr32_example.sh ./examples/lighting-app/silabs/efr32/ ./out/lighting-app BRD4161A

- To delete generated executable, libraries and object files use:

Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/silabs/SiWx917/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Mac OS X

```
cd ~/connectedhomeip
./scripts/examples/gn_efr32_example.sh ./examples/lock-app/silabs/SiWx917/ ./out/lock_app BRD4325B
./scripts/examples/gn_efr32_example.sh ./examples/lock-app/silabs/SiWx917/ ./out/lock_app BRD4325B
```

- To delete generated executable, libraries and object files use:
Expand Down
2 changes: 1 addition & 1 deletion examples/lock-app/silabs/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Mac OS X

```
cd ~/connectedhomeip
./scripts/examples/gn_efr32_example.sh ./examples/lock-app/silabs/efr32/ ./out/lock_app BRD4161A
./scripts/examples/gn_efr32_example.sh ./examples/lock-app/silabs/efr32/ ./out/lock_app BRD4161A
```

- To delete generated executable, libraries and object files use:
Expand Down
2 changes: 1 addition & 1 deletion examples/thermostat/silabs/efr32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Silicon Labs platform.
* Build the example application:

cd ~/connectedhomeip
./scripts/examples/gn_efr32_example.sh ./examples/thermostat/silabs/efr32/ ./out/thermostat-app BRD4161A
./scripts/examples/gn_efr32_example.sh ./examples/thermostat/silabs/efr32/ ./out/thermostat-app BRD4161A

- To delete generated executable, libraries and object files use:

Expand Down

0 comments on commit 3485534

Please sign in to comment.