Skip to content

Commit 488a8c2

Browse files
authored
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.
1 parent 1c4b2e0 commit 488a8c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Once built, you can run the command-line tool to self-build the docs for this di
2121
### Pipelines
2222

2323
Run
24+
2425
dotnet fsi build.fsx -- --help
2526

2627
to see what other pipelines can be run from `build.fsx`.

0 commit comments

Comments
 (0)