Skip to content

Commit 0df81a2

Browse files
committed
updated file structure example
1 parent 3504b4a commit 0df81a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ Currently, BitBar reads any file in your directory a plugin, and tries to execut
1717

1818
or run `$ composer require "steveedson/bitbar-php"`
1919

20+
### File Structure
21+
22+
You file structure inside your plugins directory, should look something like:
23+
24+
```
25+
.
26+
├── .bitbar
27+
│   ├── composer.json
28+
│   └── vendor
29+
├── test.5m.php
30+
```
31+
2032
## Usage
2133

2234
In your BitBar plugins directory, create a file, e.g. `test.5m.php`. Don't forget to add the shebang at the beginning.

0 commit comments

Comments
 (0)