Skip to content

Commit 0a5ff3c

Browse files
committed
Clarify setting.
1 parent dee8526 commit 0a5ff3c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ Download the `.alfredworkflow` file from the [latest release](https://github.com
1010

1111
## Configuration
1212

13-
You need to configure an environment variable with your project folder paths. You can add however many you’d like, and it’ll work fine if you use Alfred on different machines and add paths relevant to each one.
13+
You need to configure an environment variable with your project folder paths, which should be a comma-separated list of directories that contain your project folders.
14+
15+
You can add however many you’d like, and it’ll work fine if you use Alfred on different machines and add paths relevant to each one.
1416

1517
Set this from the **Workflows** settings, clicking **Quick Open Project**, then the **[x]** at the top right, and clicking the **Environment Variables** tab.
1618

1719
| Variable | Default | Required? | Note |
1820
|---------------------| --- | --- | --- |
19-
| `SEARCH_PATHS` | || |
21+
| `SEARCH_PATHS` | || Example: `~/dev,~/Documents/Projects` |
2022

2123
## Usage
2224

0 commit comments

Comments
 (0)