Browse Source

Merge pull request #6647 from AmRo045/patch-1

Improve build documentation
pull/6675/head
Steven Kirk 5 years ago
committed by GitHub
parent
commit
84fd2f475f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Documentation/build.md

1
Documentation/build.md

@ -6,6 +6,7 @@ Avalonia requires at least Visual Studio 2019 and .NET Core SDK 3.1 to build on
```
git clone https://github.com/AvaloniaUI/Avalonia.git
cd Avalonia
git submodule update --init
```

Loading…
Cancel
Save