Skip to content

Commit bb6abf2

Browse files
Ignores DS_Store
1 parent 3e9ade2 commit bb6abf2

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.DS_Store

-6 KB
Binary file not shown.

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ A small SilverStripe module that provides logged in users with a front-end `Edit
44

55
## Setup
66

7+
Add this par to your project's `composer.json` file
8+
9+
```composer
10+
"repositories": [
11+
{
12+
"type": "vcs",
13+
"url": "https://github.com/evanshunt/CMSEditLink"
14+
}
15+
],
16+
```
17+
18+
Then from where you have the `composer.json` file run `composer require evanshunt/CMSEditLink`
19+
720
Add the extension to your site's yml configuration
821

922
```yaml

0 commit comments

Comments
 (0)