Skip to content

Commit 39e5d56

Browse files
authored
Update README.md
1 parent 21a5c83 commit 39e5d56

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Double-click `chooser.bat` from this directory to use file selection GUI - the w
4646

4747
Uptodate as of Feb 2023.
4848

49-
If this program does not run it will likely be because you have the wrong version of dotnet installed. You need 64 bit 7 SDK. Check you have this as follows:
49+
If this program does not run it will likely be because you have the wrong version of .Net installed. You need 64 bit .Net 8 SDK. Check you have this as follows:
5050

5151
* Run a commande prompt (Windows key-r -> cmd, or equiv on other systems)
5252
* `dotnet --info`
@@ -56,29 +56,29 @@ You should get something like:
5656
```
5757
C:\Users\tomcl>dotnet --info
5858
.NET SDK:
59-
Version: 7.0.101
59+
Version: 8.0.101
6060
Commit: bb24aafa11
6161
6262
Runtime Environment:
6363
OS Name: Windows
6464
OS Version: 10.0.19044
6565
OS Platform: Windows
6666
RID: win10-x64
67-
Base Path: C:\Program Files\dotnet\sdk\7.0.101\
67+
Base Path: C:\Program Files\dotnet\sdk\8.0.101\
6868
```
69-
The important bits are: .NET SDK, Version: 7, RID xxxx-x64
69+
The important bits are: .NET SDK, Version: 8, RID xxxx-x64
7070

7171
What can go wrong:
7272

7373
* Even though you have installed 64 bit dotnet SDK, you have a previous 32 bit install that was done earlier and dotnet on a command line always finds that one - change your path
74-
* You have dotnet 7 installed - but not the SDK
75-
* You have dotnet 6 intsalled, but not dotnet 7
74+
* You have dotnet 8 installed - but not the SDK
75+
* You have dotnet 6 or 7 installed, but not dotnet 8
7676

7777
### For more insight
7878

7979
* Run a command prompt in the eepassembler directory (then one containing chooser.bat).
8080
* Run `dotnet run`.
81-
* Check the messages tehre, e.g. which version, is tehre an error.
81+
* Check the messages there, e.g. which version, is there an error.
8282

8383

8484
## To develop

0 commit comments

Comments
 (0)