From dd1d1f127ea69aa83095be341bb7d319cd0dc5b6 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Thu, 9 Nov 2023 16:31:26 +0100 Subject: [PATCH 1/2] docs: add disclaimer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7b35e6..5a9db47 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ All the following tools must be in your `PATH` : ## Quick start +> Warning Your dotnet project must be at the root of this repository + Simply run the build script ```bash -- 2.47.2 From 5a847408ca331ef03473af93e7f93a144df680e1 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Thu, 9 Nov 2023 16:32:32 +0100 Subject: [PATCH 2/2] docs: add asciinema indications --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a9db47..b175981 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ All the following tools must be in your `PATH` : ## Quick start -> Warning Your dotnet project must be at the root of this repository +> **Warning** Your dotnet project must be at the root of this repository Simply run the build script @@ -31,6 +31,8 @@ More advanced usage: [![session recording](./demo.png)](./demo.cast) +> **Note** Open the recording with [asciinema](https://asciinema.org/) or by clicking on the image above + ## Usage ```shell-session -- 2.47.2