From 3c3a436c3b4b03114c1fcdd077da0d597257e100 Mon Sep 17 00:00:00 2001 From: Alex Pygin Date: Fri, 3 Feb 2023 13:30:25 -0600 Subject: [PATCH] Updating documentation for installing Zap (#24850) Fixing a minor typo as well --- docs/VSCODE_DEVELOPMENT.md | 2 +- docs/guides/BUILDING.md | 17 +++-------------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/docs/VSCODE_DEVELOPMENT.md b/docs/VSCODE_DEVELOPMENT.md index add78dc3432131..5e7eeab92ee08c 100644 --- a/docs/VSCODE_DEVELOPMENT.md +++ b/docs/VSCODE_DEVELOPMENT.md @@ -29,7 +29,7 @@ Tested on: `git config --global core.autocrlf false` 1. Git clone the main Matter repository here: -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 diff --git a/docs/guides/BUILDING.md b/docs/guides/BUILDING.md index ea0f235c04ec9f..fc6cac7de8f7a7 100644 --- a/docs/guides/BUILDING.md +++ b/docs/guides/BUILDING.md @@ -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