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 ### Clone the source code and build
```powershell ```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:\> cd BotSharp
PS D:\> dotnet build PS D:\> dotnet build
``` ```