-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoranda.json
More file actions
25 lines (25 loc) · 773 Bytes
/
Copy pathoranda.json
File metadata and controls
25 lines (25 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"build": {
"path_prefix": "h5v"
},
"styles": {
"theme": "hacker",
"favicon": "https://www.axo.dev/favicon.ico"
},
"components": {
"changelog": true,
"artifacts": {
"package_managers": {
"preferred": {
"cargo": "cargo install h5v --locked",
"binstall": "cargo binstall h5v",
"shell": "curl -fsSL https://raw.githubusercontent.com/DanielHauge/h5v/main/install.sh | sh"
},
"additional": {
"arch": "pacman -S h5v-bin",
"scoop": "scoop bucket add h5v https://github.com/DanielHauge/h5v\nscoop install h5v"
}
}
}
}
}