Commit b1e6aa2 1 parent 10eff74 commit b1e6aa2 Copy full SHA for b1e6aa2
File tree 2 files changed +4
-15
lines changed
2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Tested on:
29
29
` git config --global core.autocrlf false `
30
30
1 . Git clone the main Matter repository here:
31
31
< 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
33
33
1 . Install the
34
34
[ Dev Containers] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers )
35
35
extension for Visual Studio Code, this extension allows you to use docker
Original file line number Diff line number Diff line change @@ -130,20 +130,9 @@ Finally, reboot your RPi.
130
130
131
131
## Installing ZAP
132
132
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 )
147
136
148
137
### Which ZAP to use
149
138
You can’t perform that action at this time.
0 commit comments