File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ public function getFiles(): array
73
73
],
74
74
[
75
75
'scope ' => 'default ' ,
76
- 'destination ' => 'appwrite.json ' ,
77
- 'template ' => 'cli/appwrite.json.twig ' ,
76
+ 'destination ' => 'scoop/ appwrite.json ' ,
77
+ 'template ' => 'cli/scoop/ appwrite.json.twig ' ,
78
78
'minify ' => false ,
79
79
],
80
80
[
Original file line number Diff line number Diff line change @@ -59,9 +59,14 @@ $ brew install --HEAD {{ language.params.executableName }}
59
59
> Please note that `--HEAD` will be removed with official release.
60
60
61
61
### Windows
62
+ Via Powershell
62
63
```powershell
63
64
$ iwr -useb {{ sdk .url }}/cli/install.ps1 | iex
64
65
```
66
+ Via [Scoop](https://scoop.sh/#/)
67
+ ```powershell
68
+ $ scoop install https://raw.githubusercontent.com/{{ sdk .gitUserName }}/{{ sdk .gitRepoName | caseDash }}/master/scoop/appwrite.json
69
+ ```
65
70
66
71
Once the installation completes, you can verify your install using
67
72
```
Original file line number Diff line number Diff line change 11
11
]
12
12
],
13
13
"homepage": "https://github.com/{{ sdk .gitUserName | url_encode }}/{{ sdk .gitRepoName | url_encode }}",
14
- "hash": "https://github.com/appwrite/sdk-for-cli/releases/download/$version/hashes",
15
14
"checkver": {
16
15
"url": "https://api.github.com/repos/appwrite/sdk-for-cli/releases",
17
16
"jsonpath": "$[0].tag_name"
18
- },
19
- "autoupdate": {
20
- "url": "https://github.com/appwrite/sdk-for-cli/releases/download/$version/appwrite-cli-win-x64.exe",
21
- "hash": "$url.sha256"
22
17
}
23
18
}
You can’t perform that action at this time.
0 commit comments