From 96f3b61921a14ee147756850e60615be10e37237 Mon Sep 17 00:00:00 2001 From: geffzhang Date: Thu, 15 Feb 2024 15:48:13 +0800 Subject: [PATCH] Update installation.md --- docs/quick-start/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start/installation.md b/docs/quick-start/installation.md index 319bdf64..1a16341f 100644 --- a/docs/quick-start/installation.md +++ b/docs/quick-start/installation.md @@ -10,7 +10,7 @@ Building solution using dotnet CLI (preferred). ### Clone the source code and build ```powershell -PS D:\> git clone https://github.com/Oceania2018/BotSharp +PS D:\> git clone https://github.com/SciSharp/BotSharp PS D:\> cd BotSharp PS D:\> dotnet build ``` @@ -86,4 +86,4 @@ If you don't want to use the source code to experience this framework, you can a ```powershell PS D:\> Install-Package BotSharp.Core -``` \ No newline at end of file +```