From c0846038d983459da2809c39710f991580160bb0 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Mon, 10 May 2021 17:34:46 +0200 Subject: [PATCH] Created Install (markdown) --- Install.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Install.md diff --git a/Install.md b/Install.md new file mode 100644 index 0000000..0760832 --- /dev/null +++ b/Install.md @@ -0,0 +1,13 @@ +## Install + +### Package Manager + +`Install-Package Stone_Red-C-Sharp-Utilities` + +### .NET CLI + +`dotnet add package Stone_Red-C-Sharp-Utilities` + +### NuGet + + \ No newline at end of file