Skip to content

Commit f5aba05

Browse files
committed
net 5.0 in README
1 parent 31026a6 commit f5aba05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An extensible, cross platform IDE written in C# for Embedded C/C++, .NET Core, A
1818
### 1. Install Dependencies
1919

2020
- Git: https://git-scm.com/downloads
21-
- .NET Core 3.0: https://www.microsoft.com/net/download
21+
- .NET 5.0: https://www.microsoft.com/net/download
2222

2323
### 2. Get the code
2424

@@ -39,6 +39,6 @@ dotnet build
3939
### 4. Run locally built binaries
4040

4141
```sh
42-
cd bin/Debug/netcoreapp3.0
42+
cd bin/Debug/net5.0
4343
./AvalonStudio
4444
```

0 commit comments

Comments
 (0)