mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 06:21:29 +00:00
Adding a simple readme
This commit is contained in:
parent
ed8c73bf09
commit
1a18471548
16
csharpcore/README.md
Normal file
16
csharpcore/README.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Gilded Rose Program
|
||||
This is a simple program that will update the Quality and SellIn values of all items sold by the Gilded Rose !
|
||||
|
||||
## How to build/Run the program
|
||||
The simpliest way to build and run this example program is to open the .csproj inside Visual Studio and then run in debug/release the project.
|
||||
|
||||
You can of course build the project by using:
|
||||
```
|
||||
$ dotnet build csharpcore.csproj
|
||||
```
|
||||
|
||||
and then you can run the .dll program by using:
|
||||
```
|
||||
$ dotnet bin/Debug/netcoreapp2.1/csharpcore.dll
|
||||
```
|
||||
Where the .dll path is actually the path given as a result of the *dotnet build* command.
|
||||
Loading…
Reference in New Issue
Block a user