Skip to content

Commit a04a11a

Browse files
committed
Update install instructions
1 parent 43a7256 commit a04a11a

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ brews:
4646
owner: libops
4747
name: homebrew
4848
dependencies:
49-
- name: "libops/tap/sitectl"
49+
- name: "libops/homebrew/sitectl"

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# sitectl-drupal
22

33
A [sitectl](https://github.com/libops/sitectl) plugin for drupal websites.
4+
5+
## Install
6+
7+
### Homebrew
8+
9+
You can install `sitectl-drupal` using homebrew
10+
11+
```bash
12+
brew install libops/homebrew/sitectl-drupal
13+
```
14+
15+
### Download Binary
16+
17+
Instead of homebrew, you can download a binary for your system from [the latest release of sitectl](https://github.com/libops/sitectl/releases/latest) and [this plugin](https://github.com/libops/sitectl-drupal/releases/latest)
18+
19+
Then put the binary in a directory that is in your `$PATH`
20+

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
func main() {
99
sdk := plugin.NewSDK(plugin.Metadata{
1010
Name: "drupal",
11-
Version: "1.0.0",
11+
Version: "v0.0.3",
1212
Description: "Drupal utilities and migration tools",
1313
Author: "libops",
1414
})

0 commit comments

Comments
 (0)