Skip to content

Commit 2df601f

Browse files
committed
Update README: add "Documentation" badge and enhance Quickstart section
1 parent 8bdccbf commit 2df601f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A modern, cross-platform .NET library providing managed bindings for libssh2, en
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
88
[![.NET](https://img.shields.io/badge/.NET-8.0-purple.svg)](https://dotnet.microsoft.com/)
99
[![.NET](https://img.shields.io/badge/.NET-9.0-purple.svg)](https://dotnet.microsoft.com/)
10+
[![Documentation](https://img.shields.io/badge/Documentation-blue)](https://libsshnet.nullops.systems/quickstart)
1011

1112
## Features
1213

@@ -75,7 +76,7 @@ Install-Package NullOpsDevs.LibSsh
7576

7677
## Quick Start
7778

78-
For a quick start, I'd suggest looking into the [NullOpsDevs.LibSsh.Test](NullOpsDevs.LibSsh.Test) project.
79+
Quickstart guide is available [here](https://libsshnet.nullops.systems/quickstart).
7980

8081
## Building from Source
8182

0 commit comments

Comments
 (0)