Skip to content

Commit e290df6

Browse files
authored
docs: improve instructions for building with local containerization (apple#43)
If they're just pulling containerization, suggest following build env setup directions from containerization repo so they get a cross-platform SDK setup.
1 parent fd611b3 commit e290df6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BUILDING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ make protos
3131

3232
To make changes to `container` that require changes to the Containerization project, or vice versa:
3333

34-
1. Clone the [Containerization](https://github.com/apple/containerization) repository such that it sits next to your clone of the `container` repository.
34+
1. Clone the [Containerization](https://github.com/apple/containerization) repository such that it sits next to your clone
35+
of the `container` repository. Ensure that you [follow containerization instructions](https://github.com/apple/containerization/blob/main/README.md#prepare-to-build-package)
36+
to prepare your build environment.
3537

3638
2. In your development shell, go to the `container` project directory.
3739

0 commit comments

Comments
 (0)