forked from aarani/NOnion
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit also updates the LICENSE file.
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
NOnion | ||
------------------------------- | ||
[![Build Status](https://github.com/nblockchain/NOnion/actions/workflows/CI.yml/badge.svg?branch=master&event=push)](https://github.com/nblockchain/NOnion/actions/workflows/CI.yml) | ||
|
||
_Unofficial_ work in progress .NET TOR client library (implemented in F#) | ||
|
||
- [How do I add this to my project?](#how-do-i-add-this-to-my-project) | ||
- [Contributing](#contributing) | ||
- [Contributors](https://github.com/nblockchain/NOnion/graphs/contributors) | ||
- [License](https://github.com/nblockchain/NOnion/blob/master/LICENSE) | ||
|
||
# How do I add this to my project? | ||
|
||
Install via NuGet: | ||
|
||
## .NET CLI | ||
``` | ||
> dotnet add package NOnion | ||
``` | ||
|
||
## VS Package Manager | ||
``` | ||
> Install-Package NOnion | ||
``` | ||
|
||
# Contributing | ||
|
||
Don't underestimate the power of your contribution - even a small pull request can make a big difference in a small project, so submit yours today! |