Skip to content

Commit c533986

Browse files
authored
Merge pull request #1352 from scottrangerio/patch-1
Fixing example command for installing libcurl3
2 parents 3172ff9 + 7bef976 commit c533986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GitVersion works on Mac, Linux with Mono and Windows.
88

99
Tip: If you get `System.TypeInitializationException: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception. ---> System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so`
1010

11-
You likely need to install `libcurl3`. Run `sudo get-get install libcurl3`
11+
You likely need to install `libcurl3`. Run `sudo apt-get install libcurl3`
1212

1313
## Assumptions/Rules
1414
### Tags override other rules

0 commit comments

Comments
 (0)