From e89e595cd9e5add46305b905232a5cb365890dff Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sat, 28 Jan 2017 23:31:41 -0800 Subject: [PATCH] Update the README to have the correct schematic references --- README.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 6d3a9cb..dabd1cb 100644 --- a/README.adoc +++ b/README.adoc @@ -10,10 +10,15 @@ make working with Ada project dependencies easier. ---- catalogs: - builtin://berriedale + - file:///tmp/ae-catalog schematics: - - gtkada + - adacore/gtkada ---- +The `schematics` key is of vital importance as that declares the dependencies +for this project. The format is `publisher`/`name` and will map to a directory +structure in the `catalog` wherever it may be found. + == `ae` tool @@ -24,6 +29,9 @@ schematics: % ae install ---- +The subcommand `install` will populate `$PWD/.ae` with the schematics defined +in the `$PWD/schematics.yaml` file. + === Using dependencies