Initial Commit

This commit is contained in:
Mike Nolan 2023-12-07 20:14:35 -06:00
parent f32fdb02f8
commit 9883d7c65e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Install (Source)
================ ================
- [dotnet 7 (for linux and mac, windows if you edit csproj)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) - [dotnet 7 (for linux and mac, windows if you edit csproj)](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- [dotnet 6 for windows](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) - [dotnet 6 for windows](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
- to build on linux run ```bash $ make``` - to build on linux run ````bash $ make````
- to build on windows open up solution and click build->Build SimpleNotes.Wpf (make sure SimpleNotes.Wpf is selected by the green arrow) - to build on windows open up solution and click build->Build SimpleNotes.Wpf (make sure SimpleNotes.Wpf is selected by the green arrow)
- No Install necessary unless you download the binaries - No Install necessary unless you download the binaries