From bb4fd534bf0444b9e4828007741758d784254fbf Mon Sep 17 00:00:00 2001 From: josesimoes Date: Thu, 20 Jan 2022 20:02:40 +0000 Subject: [PATCH] Update README with usage example --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 11e8b97..144ea07 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ This action installs .NET **nanoFramework** build components required to build p It doesn't require any configurations, simply installs the components. +## Example usage + +Install .NET **nanoFramework** build components as part of a GitHub Action building a project/solution. + +```yaml +- uses: nanoframework/nanobuild@v1 +``` + ## Feedback and documentation For documentation, providing feedback, issues and finding out how to contribute please refer to the [Home repo](https://github.com/nanoframework/Home).