Update README

Forgot to mention to cd into riscv-yocto after creating it
This commit is contained in:
Khem Raj
2018-08-29 09:41:01 -07:00
committed by GitHub
parent 1d3ade5e42
commit 64b2b1317b

View File

@@ -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