Skip to content

Commit 313f428

Browse files
committed
(doc) Change formatting
1 parent 09afd33 commit 313f428

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/input/docs/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ GitVersion works on Mac, Linux with Mono and Windows.
1515
:::{.alert .alert-info}
1616
**Tip**
1717

18-
If you get `System.TypeInitializationException: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception. ---> System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so`
18+
If you get:
19+
20+
```System.TypeInitializationException: The type initializer for
21+
'LibGit2Sharp.Core.NativeMethods' threw an exception. --->
22+
System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so
23+
```
1924

2025
You likely need to install `libcurl3`. Run `sudo apt-get install libcurl3`
2126
:::

0 commit comments

Comments
 (0)