Skip to content

Commit

Permalink
Updating documentation for installing Zap (#24850)
Browse files Browse the repository at this point in the history
Fixing a minor typo as well
  • Loading branch information
AlexPygin authored and pull[bot] committed Nov 15, 2023
1 parent bfe260c commit 1066756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/VSCODE_DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Tested on:
`git config --global core.autocrlf false`
1. Git clone the main Matter repository here:
<https://github.com/project-chip/connectedhomeip>
1. Launch Visual Studio Code, and open the cloned folder from
1. Launch Visual Studio Code, and open the cloned folder from above
1. Install the
[Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
extension for Visual Studio Code, this extension allows you to use docker
Expand Down
17 changes: 3 additions & 14 deletions docs/guides/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,9 @@ Finally, reboot your RPi.

## Installing ZAP

`zap-cli` is already installed in pre-built docker images for chip-build, such
as
[chip-build-vscode](https://hub.docker.com/r/connectedhomeip/chip-build-vscode).

Zap generation and tooling relies on `zap-cli` being available on the current
system. You can install it from the zap project
[Releases](https://github.com/project-chip/zap/releases).

You should install a compatible release version, generally checking against the
release set in
[integrations/docker/images/chip-build/Dockerfile](../../integrations/docker/images/chip-build/Dockerfile).

On linux, installation from `zap-linux.zip` is recommended as it pulls fewer
dependencies than the `.deb` package.
`bootstrap.sh` will download a compatible zap version and set it up in `$PATH`.
If you want to install/use a different version, you may download one from the
zap project [Releases](https://github.com/project-chip/zap/releases)

### Which ZAP to use

Expand Down

0 comments on commit 1066756

Please sign in to comment.