Skip to content

Commit 91657ac

Browse files
update MAINTENANCE.md
1 parent a34df3e commit 91657ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

MAINTENANCE.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ git merge v<new upstream release>
99
git push origin main
1010
cd ..
1111
git clone [email protected]:Nerves-Project/nerves_system_br -b v<latest release>
12-
make system # this will take a while.
12+
./nerves_system_br/create-build.sh ./farmbot_system_rpi3/nerves_defconfig BUILD_RPI3
13+
cd BUILD_RPI3
14+
make system # this will take a while. dependencies may need to be installed/upgraded
15+
cd ..
1316
# create github release.
1417
# upload system artifact.
1518
cd farmbot_system_rpi3

0 commit comments

Comments
 (0)