Skip to content

Commit a686e7f

Browse files
committed
docs: add Troubleshooting section
1 parent d749a5c commit a686e7f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ powershell -ExecutionPolicy Bypass -c "irm https://github.com/nik-rev/countryfet
5959

6060
### Windows / MacOS / Linux (Cargo)
6161

62+
Note: You will need at least **Cargo 1.85** to build from source, using this method.
63+
6264
```sh
6365
cargo install countryfetch
6466
```
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

Comments
 (0)