Skip to content

Commit

Permalink
fix #24 add mention of submodules in readme (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpcwzy authored Oct 28, 2024
1 parent e3b60fc commit 11c8158
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ Skopeo is used for loading images, for other locations refer to [its documentati

## Build from source

Please note that this project uses Git submodules. If you clone this repository, you may need to run the following commands to initialize and update the submodules:

```
$ git submodule init
$ git submodule update
```

This will ensure that you download and update all relevant submodule contents. Once the submodules are properly initialized, you can proceed with the compilation instructions below.

```
$ zig build -Doptimize=ReleaseSafe -Dtarget=x86_64-linux-musl
$ zig build -Doptimize=ReleaseSafe -Dtarget=aarch64-linux-musl
Expand Down

0 comments on commit 11c8158

Please sign in to comment.