From e10ecf0017a2d93e5d8b80b33c4acdd6533f599f Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Thu, 25 Mar 2021 22:16:25 +0000 Subject: [PATCH] README: link to examples Signed-off-by: Solomon Hykes --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d14c3c83..b7fa59e4 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,9 @@ system changes. Dagger is *alpha-quality software*. It has many bugs, the user interface is minimal, and it may change in incompatible ways at any time. If you are still willing to try it, thank you! We appreciate your help and encourage you to ask questions and report issues. -## Examples - - ## Learn More +* [Examples](examples/README.md) * [Dagger vs. Other Software](doc/vs.md) * [Installing Dagger](doc/install.md) * [Tutorials](doc/tutorials.md)