Skip to content

Commit 5745cea

Browse files
Add installation section on read me
1 parent 868c5f0 commit 5745cea

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h4 align="center">:star: Stars on GitHub always helps!</h4>
1111

1212
<p align="center">
13-
<a href="">
13+
<a href="https://www.nuget.org/packages/ScoopBox/">
1414
<img src="https://img.shields.io/badge/nuget-scoopbox-green" alt="nuget">
1515
</a>
1616
</p>
@@ -140,8 +140,19 @@ Since there is no way of debugging windows sandbox scripts or get any feedback,
140140

141141
## Download
142142

143-
### Coming soon on nuget!!!
143+
### Install using Package Manager
144+
```
145+
Install-Package ScoopBox -Version 1.0.0
146+
```
144147

148+
### Install using .Net Cli
149+
```
150+
dotnet add package ScoopBox --version 1.0.0
151+
```
152+
### Add ScoopBox as Package Reference
153+
```
154+
<PackageReference Include="ScoopBox" Version="1.0.0" />
155+
```
145156
## Contribute
146157

147158
### Did you find a bug?

0 commit comments

Comments
 (0)