docs: improve instructions for building with local containerization (#43)

If they're just pulling containerization, suggest following build env
setup directions from containerization repo so they get a cross-platform
SDK setup.
This commit is contained in:
Eric Ernst
2025-06-08 22:33:55 -07:00
committed by GitHub
parent 33782141fb
commit 1ef655eb96
+3 -1
View File
@@ -31,7 +31,9 @@ make protos
To make changes to `container` that require changes to the Containerization project, or vice versa:
1. Clone the [Containerization](https://github.com/apple/containerization) repository such that it sits next to your clone of the `container` repository.
1. Clone the [Containerization](https://github.com/apple/containerization) repository such that it sits next to your clone
of the `container` repository. Ensure that you [follow containerization instructions](https://github.com/apple/containerization/blob/main/README.md#prepare-to-build-package)
to prepare your build environment.
2. In your development shell, go to the `container` project directory.