Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/alec1o/Netly
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Oct 9, 2023
2 parents a5abcde + ebd7256 commit f8a7341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ dotnet add package netly
# or
$ dotnet add package netly --version 3.0.0
```
> [Netly on nuget (C# package manager), here](https://assetstore.unity.com/packages/tools/network/225473)
> [Netly on nuget (C# package manager), here](https://www.nuget.org/packages/Netly)

# Build source code
Expand All @@ -28,4 +28,4 @@ $ dotnet build netly/ -c Release -o netly/bin/
# Netly.dll require Byter.dll because is Netly dependency
# Netly.dll and Byter.dll have on build folder <netly-path>/bin/
```
> You might use Netly.dll & Byter.dll on your project, e.g: you may use netly with language like (java, c++ or etc).
> You might use Netly.dll & Byter.dll on your project, e.g: you may use netly with language like (java, c++ or etc).

0 comments on commit f8a7341

Please sign in to comment.