Skip to content

Commit

Permalink
Add VSCode settings for markdown linting and update README for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
YourMCGeek committed Mar 7, 2025
1 parent cf63288 commit e4319ce
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"markdownlint.lintWorkspaceGlobs": [
"**/*.{md,mkd,mdwn,mdown,markdown,markdn,mdtxt,mdtext,workbook}",
"!**/*.code-search",
"!**/bower_components",
"!**/node_modules",
"!**/.git",
"!**/vendor",
"!**/extensions/**"
]
}
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ To install any of the extensions, simply search for them in the Raycast Store. Y
If you prefer to install the extensions manually, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/YourMCGeek/raycast-extensions.git
```

2. Open Raycast and use the `Import Extension` command.
3. Navigate to the cloned repository and select the extension you want to import.

Expand All @@ -40,19 +42,25 @@ Got an idea for an extension or a way to improve one of mine? Awesome! Here's ho
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature/your-feature-name
```
3. Make your changes and commit them:
```bash
git commit -m "Add your commit message"
```
4. Push to the branch:
```bash
git push origin feature/your-feature-name
```
5. Open a pull request.
---
Thanks for checking out my Raycast Extensions!
Thanks for checking out my Raycast Extensions!
2 changes: 1 addition & 1 deletion builtbybit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# BuiltByBit Changelog

## [Initial Version] - {PR_MERGE_DATE}
## [Initial Version] - {PR_MERGE_DATE}

0 comments on commit e4319ce

Please sign in to comment.