Skip to content

Commit b1e6aa2

Browse files
authored
Updating documentation for installing Zap (#24850)
Fixing a minor typo as well
1 parent 10eff74 commit b1e6aa2

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

docs/VSCODE_DEVELOPMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Tested on:
2929
`git config --global core.autocrlf false`
3030
1. Git clone the main Matter repository here:
3131
<https://github.com/project-chip/connectedhomeip>
32-
1. Launch Visual Studio Code, and open the cloned folder from
32+
1. Launch Visual Studio Code, and open the cloned folder from above
3333
1. Install the
3434
[Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
3535
extension for Visual Studio Code, this extension allows you to use docker

docs/guides/BUILDING.md

+3-14
Original file line numberDiff line numberDiff line change
@@ -130,20 +130,9 @@ Finally, reboot your RPi.
130130

131131
## Installing ZAP
132132

133-
`zap-cli` is already installed in pre-built docker images for chip-build, such
134-
as
135-
[chip-build-vscode](https://hub.docker.com/r/connectedhomeip/chip-build-vscode).
136-
137-
Zap generation and tooling relies on `zap-cli` being available on the current
138-
system. You can install it from the zap project
139-
[Releases](https://github.com/project-chip/zap/releases).
140-
141-
You should install a compatible release version, generally checking against the
142-
release set in
143-
[integrations/docker/images/chip-build/Dockerfile](../../integrations/docker/images/chip-build/Dockerfile).
144-
145-
On linux, installation from `zap-linux.zip` is recommended as it pulls fewer
146-
dependencies than the `.deb` package.
133+
`bootstrap.sh` will download a compatible zap version and set it up in `$PATH`.
134+
If you want to install/use a different version, you may download one from the
135+
zap project [Releases](https://github.com/project-chip/zap/releases)
147136

148137
### Which ZAP to use
149138

0 commit comments

Comments
 (0)