diff --git a/README.md b/README.md index 58c2a39..8b7110d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Make sure to [install the `repo` command by Google](https://source.android.com/s ## Create workspace ```shell -mkdir riscv-yocto +mkdir riscv-yocto && cd riscv-yocto repo init -u git://github.com/riscv/meta-riscv -b master -m tools/manifests/riscv-yocto.xml repo sync repo start work --all