readme update.
This commit is contained in:
parent
6b9d9d862e
commit
7225d76549
47
.gitignore
vendored
47
.gitignore
vendored
@ -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
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user