aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2020-01-08 20:12:41 -0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-01-20 14:38:07 +0000
commit0cbbe7bb1018d5e2a24f742ff8430931441eefb5 (patch)
tree92970db6da60f92f8fe6359da2898ca8e75d11a3
parent52daf5215513cb7378adebe4fa05bb3c50016793 (diff)
docs: update script paths in README.md
Bug-AGL: SPEC-2984 Change-Id: I4b160319b4eb4cb27a4d3e18d9c1cab42eef76a0 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2637f7f8..42245cca 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ Full document can be found under `docs` directory.
Just use autobuild script:
```bash
-./conf.d/autobuild/agl/autobuild build
-./conf.d/autobuild/agl/autobuild package
+./autobuild/agl/autobuild build
+./autobuild/agl/autobuild package
```
This will build both projects under build directory for each of them with default configuration.