From 47bc374b8b0681d0663635f968d4741d9612673c Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Thu, 30 Mar 2017 21:23:01 -0700 Subject: Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 695f7b5..388f010 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,22 @@ The default manifests do not include the meta-de10-layer. We will add the layer ``` mkdir .repo/local_manifests ``` -Now using your favorite editor, create a file .repo/local_manifests/de10-nano.xml and put the following in it: +Now we create manifest to add the meta-de10-layer, the follwing will create .repo/local_manifests/de10-nano.xml. This speficies a specific revision for meta-altera and meta-de10-nano. ``` +cat << EOF > .repo/local_manifests/de10-nano.xml - + +EOF ``` -The above disables meta-photography, so we have to edit conf/bblayers.conf to remove the reference to it. +The above also disables meta-photography, so we have to edit conf/bblayers.conf to remove the reference to it. ``` sed -i '/meta-photography/d' .repo/manifests/conf/bblayers.conf ``` -- cgit v1.1