From 79c9c38d1ff56abd7caf55b4a1f8be4add94f2aa Mon Sep 17 00:00:00 2001 From: Quentin Bourgeois Date: Sat, 7 Apr 2018 13:13:46 +0000 Subject: [PATCH] Link to Ubuntu YAML example was suffixed by an '.md' which does not reflect content of the examples directory. Signed-off-by: Quentin Bourgeois --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dceb17..cbf1fd2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Project status | CII Best Practices | [![CII Best Practices](https://bestpra ## Example usage -Save one of the [Ubuntu yaml snippets](./doc/examples/ubuntu.md) as +Save one of the [Ubuntu yaml snippets](./doc/examples/ubuntu) as `ubuntu.yaml`. To create a simple `Ubuntu` rootfs in a folder called `ubuntu-rootfs` call `distrobuilder` as `distrobuilder build-dir ubuntu.yaml ubuntu-rootfs`.