Skip to content

Commit 50b61d3

Browse files
committed
Cleaned up file
1 parent 28db643 commit 50b61d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,10 @@ else
8888
...
8989
```
9090
91-
9291
## Troubleshooting and FAQs
9392
<details>
9493
<summary>Why isn't my script appearing in Raycast?</summary>
9594
96-
9795
* Ensure the filename doesn't contain `.template.` string
9896
* Check that all required metadata parameters are provided. See the table above which parameters are required.
9997
* Ensure you use either `#` or `//` comments for metadata parameters
@@ -103,12 +101,10 @@ else
103101
<details>
104102
<summary>Why isn't my Shell script working?</summary>
105103
106-
107104
* Ensure the filename doesn't contain `.template.` string
108105
* Run your code through [ShellCheck](https://www.shellcheck.net/) to check for syntax errors or unexpected characters
109106
</details>
110107

111-
112108
<details>
113109
<summary>Can I build in a non-login shell?</summary>
114110

0 commit comments

Comments
 (0)