Skip to content

Commit a5a52cd

Browse files
Update README.md (#205)
* Update README.md * Update README.md * Update README.md
1 parent 0826fd4 commit a5a52cd

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# .NET SDK Container Building Tools
22

3-
This repo contains APIs and MSBuild Tasks for generating an OCI Container from a .NET project, as well as tests for the same.
3+
This repo contains APIs and MSBuild Tasks for generating and testing an [OCI Container](https://opencontainers.org/) from a .NET project.
44

5-
Getting started with the library in an existing project is as easy as
5+
A basic start with the library in an existing project:
66

77
```shell
88
dotnet add package Microsoft.NET.Build.Containers
@@ -15,9 +15,7 @@ You can learn more about the project from the project [Documentation](./docs).
1515

1616
## Prerequisites
1717

18-
In order to build the project you will need [.NET SDK 7.0.100, preview 7](https://dotnet.microsoft.com/download/dotnet/7.0) or greater installed.
19-
From there, you can simply `dotnet build` the repository and be good to go!
20-
18+
[.NET SDK 7.0.100, preview 7](https://dotnet.microsoft.com/download/dotnet/7.0) or later
2119

2220
## Contributing
2321

@@ -36,8 +34,7 @@ sdk-container-builds is a [.NET Foundation project](https://dotnetfoundation.org
3634

3735
## Related Projects
3836

39-
You should take a look at these related projects:
40-
37+
- [.NET docker-tools](https://github.com/dotnet/docker-tools)
4138
- [Konet](https://github.com/lippertmarkus/konet)
4239
- [`dotnet build-image`](https://github.com/tmds/build-image)
43-
- [.NET SDK](https://github.com/dotnet/sdk)
40+
- [.NET SDK](https://github.com/dotnet/sdk)

0 commit comments

Comments
 (0)