From 64b2b1317be909a79ac680af2423ea8af2e5bc36 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 29 Aug 2018 09:41:01 -0700 Subject: [PATCH] Update README Forgot to mention to cd into riscv-yocto after creating it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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