diff options
author | Rory& <root@rory.gay> | 2024-03-05 11:44:21 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-03-05 11:44:21 +0100 |
commit | 242edfcb95c0c9fb0e89373f640095c33112e4e9 (patch) | |
tree | 90f1ab6b7ecb06661b8c3cdcbab6a9867fbeb3c5 | |
parent | Fix repo URIs (diff) | |
download | MatrixUtils-242edfcb95c0c9fb0e89373f640095c33112e4e9.tar.xz |
Fix README
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 |