Skip to content

Commit

Permalink
Add coreutils package as prereq for MAC
Browse files Browse the repository at this point in the history
Signed-off-by: Pramodh Pallapothu <pramodh@zededa.com>
  • Loading branch information
Pramodh Pallapothu authored and eriknordmark committed Jun 7, 2023
1 parent 8c50bc4 commit bbce625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,18 @@ Make sure that Docker is up and running on your system. On MacOS just start a do
docker version
```

#### Get system dependencies (git, make, qemu, jq, gnu-sed)
#### Get system dependencies (git, make, qemu, jq, gnu-sed, coreutils)

##### On OSX (using [Brew](https://brew.sh/))

```sh
$ brew install git make jq qemu gnu-sed
$ brew install git make jq qemu gnu-sed coreutils
```

> **_NOTE:_** (M1 Macs) `qemu` may also require `python3 nettle ninja` to install properly, that is:
>
> ```sh
> $ brew install git make jq python3 nettle ninja qemu gnu-sed
> $ brew install git make jq python3 nettle ninja qemu gnu-sed coreutils
> ```
##### On Ubuntu Linux
Expand Down

0 comments on commit bbce625

Please sign in to comment.