Update README with usage example

This commit is contained in:
josesimoes 2022-01-20 20:02:40 +00:00
Родитель f0fb2e2e31
Коммит bb4fd534bf
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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. 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 ## 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). For documentation, providing feedback, issues and finding out how to contribute please refer to the [Home repo](https://github.com/nanoframework/Home).