Added install steps to readme & releases

This commit is contained in:
Zephrynis
2025-04-12 02:02:34 +01:00
committed by GitHub
parent 597b1e9d75
commit 5f490f9128
2 changed files with 5 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ jobs:
with: with:
tag_name: ${{ steps.get_version.outputs.VERSION }} tag_name: ${{ steps.get_version.outputs.VERSION }}
release_name: Release v${{ 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 draft: false
prerelease: false prerelease: false

View File

@@ -1,2 +1,6 @@
# ptero-sidebar # ptero-sidebar
A basic sidebar for pterodactyl made using blueprint 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