Update README.md

This commit is contained in:
Mia 2019-09-30 10:22:16 -07:00 committed by GitHub
parent 5b9dc791fd
commit e0cfb7a74b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ In this example, were going to create an overlay that includes a patch to cha
The overlay should not be in the same directory as the base files, and in this case, we are using `$BASE/overlays/dev`. The overlay should not be in the same directory as the base files, and in this case, we are using `$BASE/overlays/dev`.
From `victoria` root directory, run: From the root directory, run:
``` ```
OVERLAY_HOME=($pwd)/overlays OVERLAY_HOME=($pwd)/overlays
DEV_HOME=$OVERLAY_HOME/dev DEV_HOME=$OVERLAY_HOME/dev