From a7b3ec9db5b113a4bd6d7c114ddc1dfdadebdce2 Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Sat, 27 Nov 2021 17:34:29 +0000 Subject: [PATCH] Update readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de8afa2..3d2e10c 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,17 @@ setting up our.umbraco. Be warned this project is somewhat experimental and definitely has some limitations, it's unlikely to ever gain any sort of official support as the documentation platform is scheduled for a refresh. -## Installing from nuget -TODO: this +Until 1.0.0 everything is subject to change and it's highly likely there will never be a 1.0.0 release. + +## Installing from nuget.org + +This project can be found on nuget at https://www.nuget.org/packages/Umbraco.Docs.Preview.App/ + +You can run the following to install as a global tool. + +```bash +$ dotnet tool install --global Umbraco.Docs.Preview.App --version 0.1.0-beta +``` ## install local build