Skip to content

Commit

Permalink
Simplified development doc 'Build and run' instructions
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Ken Bannister <kb2ma@runbox.com>
  • Loading branch information
kb2ma committed Dec 1, 2023
1 parent 7c55ded commit e23a01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ can run it. What I usually do to run the Engine inside this container is:
# Copy the binary and symlinks to somewhere in the $PATH
cp bundles/dynbinary-daemon/balena* /bin

# Run the required daemons in the background
balena-engine-containerd &
# Run the required daemons in the background.
# The engine daemon also starts the balena-engine-containerd daemon
balena-engine-daemon &

# Now you can run balena-engine as you wish
Expand Down

0 comments on commit e23a01b

Please sign in to comment.