diff --git a/.github/workflows/export_ext.yml b/.github/workflows/export_ext.yml index bb82702..b8c97c0 100644 --- a/.github/workflows/export_ext.yml +++ b/.github/workflows/export_ext.yml @@ -35,7 +35,7 @@ jobs: with: tag_name: ${{ steps.get_version.outputs.VERSION }} release_name: Release v${{ steps.get_version.outputs.VERSION }} - body: "${{ github.event.head_commit.message }}" + body: "${{ github.event.head_commit.message }}\n\n# Steps to install\n1. Drop sidebar.blueprint into your pterodactyl root folder (This is usually /var/www/pterodactyl/)\n2. Run `blueprint -i sidebar` in the terminal" draft: false prerelease: false diff --git a/README.md b/README.md index 9a324f9..e480794 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # ptero-sidebar A basic sidebar for pterodactyl made using blueprint + +## Steps to install +1. Drop sidebar.blueprint into your pterodactyl root folder (This is usually /var/www/pterodactyl/) +2. Run "blueprint -i sidebar" in the terminal \ No newline at end of file