Skip to content

Commit

Permalink
Update README.md with NuGet package details
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Aug 12, 2024
1 parent ebc784e commit 9ee3098
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Rucksack

[![CI Build](https://github.com/feature23/rucksack/actions/workflows/dotnet.yml/badge.svg)](https://github.com/feature23/rucksack/actions/workflows/dotnet.yml)
[![NuGet](https://img.shields.io/nuget/vpre/Rucksack)](https://www.nuget.org/packages/Rucksack)

A simple load testing library for .NET.

## Getting Started

Currently, you must build the project from source and add as a reference manually. A NuGet release will come soon.
Add Rucksack as a dependency via [NuGet](https://www.nuget.org/packages/Rucksack):

```bash
dotnet add package Rucksack --prerelease
```

Define your options with your preferred strategy, and call `Run`:
```c#
using Rucksack;
using Rucksack.LoadStrategies;
Expand Down

0 comments on commit 9ee3098

Please sign in to comment.