From 2011c2eee7340fa787e46581890f4d8f93035dc8 Mon Sep 17 00:00:00 2001 From: allan Date: Fri, 6 Jun 2025 23:23:47 +0100 Subject: [PATCH] chore(docs): updating README with viya deploy details --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf698e4..c4eed5f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,16 @@ _Problems with the above include:_ Data Controller for SASĀ® solves all these issues in a simple-to-install, user-friendly, secure, documented, battle-tested web application. Available on Viya, SAS 9 EBI, and [SASjs Server](https://server.sasjs.io). -For more information: +An individual Viya deploy can be done in just 2 lines of #SAS code! + +```sas +filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/viya_noweb.sas"; +%inc dc; +``` + +For a multi-user deploy, using a shared system account, please see [deploy docs](https://docs.datacontroller.io/deploy-viya/). + +For further information: * Main site: https://datacontroller.io * Docs: https://docs.datacontroller.io