Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 479ace7

Browse files
authored
Merge pull request #253 from abpframework/enisn-patch-1
Update README.md
2 parents 5c16491 + e5efdcc commit 479ace7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,19 @@ You can run it in Visual Studio or use [Microsoft Tye](https://github.com/dotnet
1616

1717
### Requirements
1818

19-
- .NET 7.0+
19+
- .NET 6.0 Runtime (required for TYE)
20+
- .NET 8.0 SDK
2021
- Docker
21-
- Yarn
22+
- Yarn v1.20+(not v2) or npm v6+ (already installed with Node)
2223

2324
### Instructions
2425

2526
- Clone the repository ( [eShopOnAbp](https://github.com/abpframework/eShopOnAbp) )
2627

2728
- Install Tye (*follow [these steps](https://github.com/dotnet/tye/blob/main/docs/getting_started.md#installing-tye)*)
28-
29+
```bash
30+
dotnet tool update --global Microsoft.Tye --prerelease
31+
```
2932
- Rename `.env.example` file to `.env` file and provide PayPal ClientID and Secret.
3033

3134
- Execute `run-tye.ps1`

0 commit comments

Comments
 (0)