mirror of
https://github.com/zephrynis/ptero-sidebar.git
synced 2026-04-17 09:31:55 +00:00
Added install steps to readme & releases
This commit is contained in:
2
.github/workflows/export_ext.yml
vendored
2
.github/workflows/export_ext.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user