Update the README to have the correct schematic references

This commit is contained in:
R. Tyler Croy 2017-01-28 23:31:41 -08:00
parent 1f1a24066c
commit e89e595cd9
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 9 additions and 1 deletions

View File

@ -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