Skip to content

Commit

Permalink
updating readme now that pull works
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattearp committed Aug 30, 2024
1 parent b2d990e commit 525e1bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ To run a build, perform the following actions on linux:
git clone git@github.com:DangerousPrototypes/BusPirate5-firmware.git
cd BusPirate5-firmware
# build the environment
docker compose build
# OPTIONAL: build the environment, or you can just let it pull
# docker compose build
# run a build
UID=$(id -u) GID=$(id -g) docker compose run dev build-clean
Expand Down

0 comments on commit 525e1bf

Please sign in to comment.