Skip to content

Commit 20c698c

Browse files
authored
Installation instructions
1 parent 7a1a838 commit 20c698c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docfx/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Getting Started
22

3+
## Installing the package
4+
5+
First, install [the Archipelago.MultiCloent.Net package from NuGet](https://www.nuget.org/packages/Archipelago.MultiClient.Net). NuGet provides several options for how to do this with examples given on the page. Optionally, you can also install the community-supported [Archipelago.MultiClient.Net.Analyzers package](https://www.nuget.org/packages/Archipelago.MultiClient.Net.Analyzers), which provides source generators, code analysis, and fixes to help prevent and correct common usage errors at compile time.
6+
37
## Create Session Instance
48

59
```csharp
@@ -401,4 +405,4 @@ public static void send_completion()
401405
statusUpdatePacket.Status = ArchipelagoClientState.ClientGoal;
402406
Session.Socket.SendPacket(statusUpdatePacket);
403407
}
404-
```
408+
```

0 commit comments

Comments
 (0)