readme update.

This commit is contained in:
enki 2024-12-17 15:08:34 -08:00
parent 6b9d9d862e
commit 7225d76549
2 changed files with 48 additions and 1 deletions

47
.gitignore vendored
View File

@ -0,0 +1,47 @@
# VS Code
.vscode/
*.code-workspace
# Zip Files
*.zip
# WordPress specific
wp-config.php
wp-content/uploads/
wp-content/upgrade/
wp-content/backup-db/
wp-content/backups/
wp-content/blogs.dir/
wp-content/cache/
wp-content/upgrade/
wp-content/backup-db/
wp-content/advanced-cache.php
wp-content/wp-cache-config.php
wp-content/plugins/hello.php
# WordPress Core
/wp-admin/
/wp-includes/
/wp-*.php
/readme.html
/license.txt
# Operating System files
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
# Editor backup files
*~
*.bak
*.swp
*.swo
# Development files
node_modules/
vendor/
.env
.env.*
!.env.example
*.log

View File

@ -37,7 +37,7 @@ There are two ways to install the Share On Bluesky plugin:
= Manual Installation = = Manual Installation =
1. Download the 'share-on-bluesky' plugin from WordPress.org 1. Download the 'share-on-bluesky' plugin from this repo.
2. Go to your WordPress Dashboard > Plugins > Add New > Upload Plugin 2. Go to your WordPress Dashboard > Plugins > Add New > Upload Plugin
3. Choose the downloaded zip file and click "Install Now" 3. Choose the downloaded zip file and click "Install Now"
4. After installation completes, click "Activate" 4. After installation completes, click "Activate"