diff --git a/.github/workflows/Create-NewReleases.yml b/.github/workflows/Create-NewReleases.yml index fcef25d6..433fc12f 100644 --- a/.github/workflows/Create-NewReleases.yml +++ b/.github/workflows/Create-NewReleases.yml @@ -97,7 +97,7 @@ jobs: # 7--- Publish a GitHub Release with auto-generated notes - name: Create Release with Automated Release Notes - uses: softprops/action-gh-release@v2.4.1 + uses: softprops/action-gh-release@v2.4.2 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ steps.nextver.outputs.tag }} diff --git a/README.md b/README.md index edb26798..fa4723d6 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ spdMerlin is free to use under the [GNU General Public License version 3](https: spdMerlin uses [Speedtest CLI](https://www.speedtest.net/apps/cli) and includes the required licenses, which must be accepted on install of spdMerlin. As of spdMerlin v4.4.0 the Asus built-in Ookla speedtest binary is used to run the speedtests. -A swap file is required, you can set one up easily by using amtm, which is built into the router. - This script began as a user-friendly installer for a personal project developed by [JGrana](https://www.snbforums.com/members/jgrana.20663/) ## Supported firmware versions @@ -24,6 +22,11 @@ Using your preferred SSH client/terminal, copy and paste the following command, ```sh /usr/sbin/curl -fsL --retry 3 "https://raw.githubusercontent.com/AMTM-OSR/spdMerlin/master/spdmerlin.sh" -o /jffs/scripts/spdmerlin && chmod 0755 /jffs/scripts/spdmerlin && /jffs/scripts/spdmerlin install ``` +## Prerequisites +Asuswrt-Merlin running on a supported ASUS router +Entware installed, preferably using amtm +jffs scripts enabled in the firmware; installing Entware should have taken care of this part +A swap file is required, you can set one up easily by using amtm, which is built into the router. ## Usage ### WebUI