Update installation.md

This commit is contained in:
geffzhang 2024-02-15 15:48:13 +08:00 committed by GitHub
parent d411382cef
commit 96f3b61921
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```
```