Add missing cd

This commit is contained in:
Johannes Marbach 2022-10-01 21:26:13 +02:00
parent 4a9802dfe2
commit cf9b61a4fd

View file

@ -58,6 +58,7 @@ Some of buffyboard's dependencies are included as git submodules in this reposit
```
$ git clone https://gitlab.com/cherrypicker/buffyboard.git
$ cd buffyboard
$ git submodule init
$ git submodule update
```