Skip to content

Commit e3c5e91

Browse files
committed
Add comments about global tools
1 parent 75503b6 commit e3c5e91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
## Overview
1515

16-
This repository contains examples that you can use to test various aspects of
16+
The [dotnet-core-example](https://github.com/KI7MT/dotnet-core-examples) repository contains samples that you can use to test various aspects of
1717
[NET Core | ASP Net Core](http://dotnet.github.io). Each section `(folder)`
1818
contains one or more applications that should run on any number of operating
19-
systems and each have their own `Makefile` to facilitate: `clean`, `pack`,
20-
`install` and `uninstall`. Most applications can run with a simple comannd: `dotnet run`.
19+
systems, each having their own `Makefile` to facilitate: `clean`, `pack`,
20+
`install` and `uninstall`. Most applications can run with a simple command: `dotnet run`. All the sameples have been tested as [.Net Glocbal Tools](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools).
2121

2222
The code for each application is Verbose, meaning, shortcuts and advanced
2323
concatenations have been kept to a minimum to allow for easier readability.

0 commit comments

Comments
 (0)