Skip to content

Commit 2b099f1

Browse files
alexr-bqjbrinkman
andauthored
Update developer md (#66)
Signed-off-by: Alex Rehnby-Martin <alex.rehnby-martin@improving.com> Co-authored-by: Joseph Brinkman <joe.brinkman@improving.com>
1 parent ba4ecf1 commit 2b099f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

DEVELOPER.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,11 @@ Task is a task runner that provides standardized development workflows with cons
7373

7474
**.Net**
7575

76-
It is recommended to visit <https://dotnet.microsoft.com/en-us/download/dotnet> to download .Net installer.
76+
It is recommended to visit <https://dotnet.microsoft.com/en-us/download/dotnet> to download .Net installer. To build and run the project, both .Net 8 and 9 are required.
7777
You can also use a package manager to install the .Net SDK:
7878

7979
```bash
80-
brew install dotnet@6 # MacOS
81-
sudo apt-get install dotnet6 # Linux
80+
sudo apt-get install dotnet8 dotnet9 # Linux
8281
```
8382

8483
**Protoc installation**
@@ -119,8 +118,8 @@ Before starting this step, make sure you've installed all software requirements.
119118
1. Clone the repository
120119

121120
```bash
122-
git clone https://github.com/valkey-io/valkey-glide.git
123-
cd valkey-glide
121+
git clone https://github.com/valkey-io/valkey-glide-csharp.git
122+
cd valkey-glide-csharp
124123
```
125124

126125
2. Build the C# wrapper
@@ -136,7 +135,8 @@ dotnet build
136135

137136
3. Run tests
138137

139-
Run test suite from `csharp` directory using Task commands (preferred):
138+
139+
Run test suite using Task commands (preferred):
140140

141141
```bash
142142
# Run all tests with coverage (recommended)

0 commit comments

Comments
 (0)