diff --git a/download-zim-files/README.md b/download-zim-files/README.md index 112ed80..46deb2d 100644 --- a/download-zim-files/README.md +++ b/download-zim-files/README.md @@ -1,7 +1,7 @@ # Run command ```bash -bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/download-zim-files/run.sh)" +bash -c "$(wget -qLO - https://github.com/bigbeartechworld/big-bear-scripts/raw/master/download-zim-files/run.sh)" ``` # How to use @@ -9,7 +9,7 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-be Run the script with the URL of the ZIM file as the first argument, like so: ```bash -bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/download-zim-files/run.sh)" -- +bash -c "$(wget -qLO - https://github.com/bigbeartechworld/big-bear-scripts/raw/master/download-zim-files/run.sh)" -- ``` Replace `` with the URL of the ZIM file you want to download, and `` with the path to the directory where you want to save the ZIM file. @@ -19,5 +19,5 @@ If `` is not provided, the script will use the def Example: ```bash -bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/download-zim-files/run.sh)" -- https://download.kiwix.org/zim/wikipedia_en_ray_charles_2022-12.zim +bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/master/run.sh)" -- https://download.kiwix.org/zim/wikipedia_en_ray_charles_2022-12.zim ```