Skip to content

Commit 89bebca

Browse files
Add more info
1 parent c387bc9 commit 89bebca

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,17 @@ Why use our backup addon?
2626

2727
## Installation
2828

29-
To install this addon, require it using composer.
29+
1. To install this addon, require it using composer.
3030

31-
```bash
32-
composer require itiden/statamic-backup
33-
```
31+
```bash
32+
composer require itiden/statamic-backup
33+
```
34+
35+
2. Set the `content_path` config value to the path of your content, start with publishing the config:
36+
```bash
37+
php artisan vendor:publish --tag="backup-config"
38+
```
39+
default is `storage_path('content')`
3440

3541
## Configuration
3642

0 commit comments

Comments
 (0)