1
0
mirror of https://github.com/containers/buildah.git synced 2026-02-05 09:45:38 +01:00

fix broken doc link

Signed-off-by: Zack Zlotnik <zzlotnik@redhat.com>
This commit is contained in:
Zack Zlotnik
2025-01-22 16:41:01 -05:00
parent a886140bca
commit d694644ae5

View File

@@ -12,7 +12,7 @@ In this tutorial I'll show you how to create a simple CLI tool that creates an i
## Bootstrap the project and install the dependencies
Bootstrap the installation of development dependencies of Buildah by following the [Building from scratch](https://github.com/slinkydeveloper/buildah/blob/main/install.md#building-from-scratch) instructions and in particular creating a directory for the Buildah project by completing the instructions in the [Installation from GitHub](https://github.com/containers/buildah/blob/main/install.md#installation-from-github) section of that page.
Bootstrap the installation of development dependencies of Buildah by following the [Building from scratch](https://github.com/containers/buildah/blob/main/install.md#building-from-scratch) instructions and in particular creating a directory for the Buildah project by completing the instructions in the [Installation from GitHub](https://github.com/containers/buildah/blob/main/install.md#installation-from-github) section of that page.
Now let's bootstrap our project. Assuming you are in the directory of the project, run the following to initialize the go modules: