Skip to content

Commit 2413fa3

Browse files
updated with instructions
1 parent fc519cf commit 2413fa3

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
# redis_dotnet_demos
1+
# Redis DOTNET Demo
2+
3+
### Prerequisites
4+
Setup .Net environment with VS Code and .Net Core or execute the code <a href="https://dotnetfiddle.net/">online</a>
5+
6+
## Steps to setup .Net development environment locally
7+
8+
1. Download and install VS Code for Windows, macOS, and Linux on <a href="https://code.visualstudio.com/Download">Visual Studio Code's website</a>.
9+
10+
2. Download and install <a href="https://dotnet.microsoft.com/download">.NET Framework and .NET Core, including ASP.NET and ASP.NET Core</a>.
11+
12+
3. <a href="https://code.visualstudio.com/docs/languages/csharp#_installing-c35-support">Installing C# support</a>
13+
14+
## Steps to run the demo
15+
16+
Run the project in the current directory:
17+
dotnet run
18+
19+
Run the specified project:
20+
dotnet run --project <path_to_dotnet.csproj>

0 commit comments

Comments
 (0)