Skip to content

Commit de81438

Browse files
committed
Add section about _enabled-commands folder
1 parent c7e9420 commit de81438

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ To install new commands, follow these steps:
2323

2424
To get started, download one of the sample commands in this repository or [write a custom script](https://github.com/raycast/script-commands/blob/master/README.md#write-script-commands).
2525

26+
## How to use this repository
27+
28+
Grab scripts that you want to use and copy them to a separate directory on your machine (you can use [_enabled-commands](https://github.com/raycast/script-commands/blob/master/_enabled-commands) folder from this repo for this).
29+
30+
NOTE: We recommend against directly using script directories from this repo in Raycast to protect yourself from potential restructuring and new script commands suddenly appearing in Raycast.
31+
2632
## Write Script Commands
2733

2834
To write your custom Script Commands, go over the following steps:

0 commit comments

Comments
 (0)