We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d749a5c commit a686e7fCopy full SHA for a686e7f
README.md
@@ -59,6 +59,18 @@ powershell -ExecutionPolicy Bypass -c "irm https://github.com/nik-rev/countryfet
59
60
### Windows / MacOS / Linux (Cargo)
61
62
+Note: You will need at least **Cargo 1.85** to build from source, using this method.
63
+
64
```sh
65
cargo install countryfetch
66
```
67
68
+## Troubleshooting
69
70
+If you have an error message like this:
71
72
+```
73
+countryfetch: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
74
75
76
+Try installing the `openssl` package using your package manager. It can also be sometimes called `libssl-dev` depending on your package manager.
0 commit comments