summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 4cacb647..5300b874 100644
--- a/README
+++ b/README
@@ -28,13 +28,13 @@ which should be buildable using BuildStream.
To run `convert`, you will need defs2bst and ybd. The following commands, run
from the root of the repository, should be enough to do a conversion:
- git clone https://gitlab.com/BuildStream/defs2bst/ ../defs2bst
- git clone https://gitlab.com/baserock/ybd/ ../ybd
- ./convert
+ git clone https://gitlab.com/BuildStream/defs2bst/
+ git clone https://gitlab.com/baserock/ybd/
+ ./convert
You can then build e.g. a devel-system using BuildStream:
- bst build systems/devel-system-content.bst
+ bst build systems/devel-system-content.bst
Some things are not supported by the BuildStream conversion tool, and will need
to be manually dealt with.