Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

mixing: note that building a mix requires root #23

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion 04-mixing.md
Expand Up @@ -364,11 +364,13 @@ between the bundles in the mix.
## Create the initial mix content

```
~/mix $ mixer build all
~/mix $ sudo mixer build all
<snip>

```

_note: mixer builds require **root**_

This command creates all the needed content for the version we have
selected and produces a functional `version 10` content stream that
can be used to deploy to targets.
Expand Down