Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #805 from abpio/auto-merge/rel-8-0/305
Browse files Browse the repository at this point in the history
Merge branch rel-8.1 with rel-8.0
  • Loading branch information
salihozkara authored Aug 27, 2024
2 parents 17035f8 + 591463f commit 6f31fd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/getting-started-setup-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ The following tools should be installed on your development machine:
* [Yarn v1.20+ (not v2)](https://classic.yarnpkg.com/en/docs/install) <sup id="a-yarn">[2](#f-yarn)</sup> or npm v6+ (already installed with Node)
{{ end }}
{{ if Tiered == "Yes" }}
* [Redis](https://redis.io/) (as the [distributed cache](Caching.md)).
* [Redis](https://redis.io/) (as the [distributed cache](https://abp.io/docs/8.0/Caching)).
{{ else }}
* [Redis](https://redis.io/) (as the [distributed cache](Caching.md)) is required if you select the Public website option.
* [Redis](https://redis.io/) (as the [distributed cache](https://abp.io/docs/8.0/Caching)) is required if you select the Public website option.
{{ end }}

<sup id="f-editor"><b>1</b></sup> _You can use another editor instead of Visual Studio as long as it supports .NET Core and ASP.NET Core._ <sup>[](#a-editor)</sup>
Expand Down Expand Up @@ -91,4 +91,4 @@ If you've already installed, you can update it:

````shell
abp suite update
````
````

0 comments on commit 6f31fd6

Please sign in to comment.