From 82b3f500640f89236c444ec590dda23b9ad40014 Mon Sep 17 00:00:00 2001 From: Paul Nitzke <14367-paulenit@users.noreply.git.rwth-aachen.de> Date: Fri, 8 Jul 2022 21:21:36 +0200 Subject: [PATCH] Fix: Improve README formatting Run command is now highlighted better --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a207a3..30a2832 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ Using Microsoft Visual Studio 2022: Open `SparseTransform.sln`, set the `SparseT > The instructions below assume that your working directory is at the project root -Using the .NET SDK command `dotnet`: Execute `dotnet run --project ./src/SparseTransform.CLI/SparseTransform.CLI.csproj -- <ARGS>`. \<ARGS> are the commands and arguments to pass depending on the task you want to perform. For example to read a MatrixMarket string from a file, partition it and output the result as a colored DOT graph, use the following arguments: `partition -f dot -i inFile -o outFile`. +Using the .NET SDK command `dotnet`: Execute + +`dotnet run --project ./src/SparseTransform.CLI/SparseTransform.CLI.csproj -- <ARGS>` + +\<ARGS> are the commands and arguments to pass depending on the task you want to perform. For example to read a MatrixMarket string from a file, partition it and output the result as a colored DOT graph, use the following arguments: + +`partition -f dot -i inFile -o outFile`. > Make sure you specify the `SparseTransform.CLI` project as the library project is not runnable by itself. -- GitLab