From 242edfcb95c0c9fb0e89373f640095c33112e4e9 Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 5 Mar 2024 11:44:21 +0100 Subject: Fix README --- LibMatrix | 2 +- README.MD | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/LibMatrix b/LibMatrix index ac534c0..98409a7 160000 --- a/LibMatrix +++ b/LibMatrix @@ -1 +1 @@ -Subproject commit ac534c0d909f274a0afec8d2fab28b32d0773668 +Subproject commit 98409a7ee34a2796cd5f760c962fee8567e8c6bb diff --git a/README.MD b/README.MD index 4c0a94b..8a83d25 100644 --- a/README.MD +++ b/README.MD @@ -1,7 +1,16 @@ -# Project Name +# Rory&::MatrixUtils + +Power tools for Matrix. # Installation +```sh +git clone --recursive $REPO +cd MatrixUtils/MatrixUtils.Web +dotnet publish +cp -rv bin/Release/net8.0/publish/wwwroot /var/www/html_rmu +``` + # Contributing ```sh -- cgit 1.5.1