Skip to content

Commit cd79e48

Browse files
committed
Mention submodules init in install info
1 parent 9f80510 commit cd79e48

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ This has been done on a Ubuntu server 18.04
2525
$ sudo apt install build-essential
2626
$ sudo apt install make gcc-arm-none-eabi
2727
$ git clone https://github.com/pingdynasty/OwlProgram
28+
$ cd OwlProgram
29+
$ git submodule init
30+
$ git submodule update
2831

2932
edit OwlProgram/common.mk and point TOOLROOT to where arm-none-eabi binaries are installed
3033

0 commit comments

Comments
 (0)