diff --git a/README.md b/README.md index f77951d..ab5507b 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,13 @@ $ yum localinstall https://liam.sh/ghr/links_0.2.4_linux_amd64.rpm $ links --help ``` +Some older CentOS versions may require (if you get `Cannot open: . Skipping.`): + +```console +$ wget https://liam.sh/ghr/links_0.2.4_linux_amd64.rpm +$ yum localinstall links_0.2.4_linux_amd64.rpm +``` + ### Manual Install ```bash diff --git a/README_TPL.md b/README_TPL.md index e3e48d7..3fb230f 100644 --- a/README_TPL.md +++ b/README_TPL.md @@ -42,6 +42,13 @@ $ yum localinstall https://liam.sh/ghr/links_[[tag]]_[[os]]_[[arch]].rpm $ links --help ``` +Some older CentOS versions may require (if you get `Cannot open: . Skipping.`): + +```console +$ wget https://liam.sh/ghr/links_[[tag]]_[[os]]_[[arch]].rpm +$ yum localinstall links_[[tag]]_[[os]]_[[arch]].rpm +``` + ### Manual Install ```bash