From bfeadbf69f60effe405609ba15bec57eca989ade Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 9 Jan 2024 23:45:01 -0500 Subject: quick start link update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7059404..151343e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ When installed, you get self contained server application with a web-ui that you Simple - you get a CMS on your own equipment, without the headache of running another production application and trusting its security. That doesn't mean I don't take security seriously, because I do, but pre-release apps vs. production apps are very different levels of security. Tech folks are (and should be) concerned with the security of a production application! ## How do I get started? -Use this [documentation link](https://www.vaughnnugent.com/resources/software/articles?tags=_cmnext), or at the top of the readme, and follow the instructions for users, admins, and developers. +#### [Quick start guide](https://www.vaughnnugent.com/resources/software/articles/ccf93f4f3a686a059c5761d964b4eb33983f5375) ## Developers For now, feel free to clone this repo and respect the license please. The front-end is just a VueJs multi page app, with vue-router. The back end is a .NET class library designed for dynamic loading by a VNLib.Plugins.Essentials compatible runtime host. The back end will be much more complicated to provide docs on, so they may come later. The front-end is rather straightforward for node/vuejs web-devs. Further instructions will be in the readme files. -- cgit