diff options
m--------- | LibMatrix | 0 | ||||
-rw-r--r-- | README.MD | 11 |
2 files changed, 10 insertions, 1 deletions
diff --git a/LibMatrix b/LibMatrix -Subproject ac534c0d909f274a0afec8d2fab28b32d077366 +Subproject 98409a7ee34a2796cd5f760c962fee8567e8c6b 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 |