Skip to content

Commit

Permalink
docs: fix website config
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Feb 12, 2024
1 parent 1833a8e commit abad85c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions oranda.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
"package_managers": {
"preferred": {
"crates.io": "cargo install scaphandre",
"debian package": "dpkg -i scaphandre.X.deb"
},
"additional": {
"binstall": "cargo binstall scaphandre"
"DEB package": "dpkg -i scaphandre.X.deb",
"docker": "docker pull hubblo/scaphandre",
"RPM package": "rpm -ivh scaphandre.X.rpm"
}
}
},
Expand Down

0 comments on commit abad85c

Please sign in to comment.