diff options
| author | Fridon <[email protected]> | 2022-06-24 17:29:15 +0400 |
|---|---|---|
| committer | Fridon <[email protected]> | 2022-06-24 17:29:15 +0400 |
| commit | d8a686e743f51b20d34bf86d176c1bc1bc8f2e3c (patch) | |
| tree | 95122ca50c52a0675d2ca27104cb1a3f14754471 | |
| parent | 2dd8711eb0188949d322f2c37c0d9a21abd40093 (diff) | |
| download | countryfetch-d8a686e743f51b20d34bf86d176c1bc1bc8f2e3c.tar.xz countryfetch-d8a686e743f51b20d34bf86d176c1bc1bc8f2e3c.zip | |
add troubleshooting in README.md
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -70,6 +70,11 @@ Currencies: Euro [€](EUR) ``` +## Troubleshooting + +If you get an error after installing the newer version of the program, such as "cannot read properties of undefined", +you might have an outdated cache. Try running `countryfetch sync` to update the cache. + ## Would be nice to have in the future (a bit ambitious): - Display country flag in ASCII format (like in neofetch). |
