Skip to content

Commit 48f8167

Browse files
committed
mention coreutils requirement in README (for realpath command)
Signed-off-by: Kenneth Hoste <[email protected]>
1 parent 964d3a7 commit 48f8167

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ For the usage of containerd and nerdctl (contaiNERD ctl), visit https://github.c
6666

6767
## Getting started
6868
### Requirements (Intel Mac)
69+
- coreutils (for `realpath` command) (`brew install coreutils`)
6970
- QEMU (`brew install qemu`)
7071

7172
- Run the following commands to enable `--accel=hvf`:
@@ -90,6 +91,7 @@ codesign -s - --entitlements entitlements.xml --force /usr/local/bin/qemu-system
9091

9192
### Requirements (ARM Mac)
9293

94+
- coreutils (for `realpath` command) (`brew install coreutils`)
9395
- QEMU with `--accel=hvf` support, see https://gist.github.com/citruz/9896cd6fb63288ac95f81716756cb9aa
9496

9597
> **NOTE**

0 commit comments

Comments
 (0)