From 6cf8712088d6d9aa1b347945fb8073d46e45a380 Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Wed, 23 Sep 2015 13:48:49 +0300 Subject: [PATCH] Updated readme with nightly build installation instructions --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6e9216e558..4a5d3556c7 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ A multi-platform .NET UI framework. ## NuGet Perspex is delivered as a NuGet package. -You can find the packages here: ([stable(ish)](https://www.nuget.org/packages/Perspex/), [nightly](https://www.myget.org/F/perspex-nightly/api/v2/Packages)) +You can find the packages here: ([stable(ish)](https://www.nuget.org/packages/Perspex/), [nightly](https://github.com/Perspex/Perspex/wiki/Using-nightly-build-feed)) You can install the package like this: `Install-Package Perspex -Pre`