mirror of
https://github.com/apple/container.git
synced 2026-07-14 21:47:01 +00:00
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:
+3
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user