Skip to content

Commit

Permalink
make code command line copyable
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Fxplorer authored Mar 16, 2024
1 parent 1c4b2e0 commit 488a8c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 488a8c2

Please sign in to comment.