From 488a8c2aff702516f82ac428b9d18340f4f3dd38 Mon Sep 17 00:00:00 2001 From: Fxplorer <154011238+Fxplorer@users.noreply.github.com> Date: Sat, 16 Mar 2024 06:59:35 -0400 Subject: [PATCH] make code command line copyable Update README.md the command `dotnet fsi build.fsx -- --help` was indented 4 spaces to make it code block, but on github it apparently needs a blank line above it to box it out and make it have the "clipboard copy" button appear. The rendared page shows "Run dotnet fsi build.fsx -- --help" instead of a code block. Just added the additional blank line. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c066b3b4d..772773e3c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Once built, you can run the command-line tool to self-build the docs for this di ### Pipelines Run + dotnet fsi build.fsx -- --help to see what other pipelines can be run from `build.fsx`.