Skip to content

Commit

Permalink
add cargo install to oranda page
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jun 25, 2023
1 parent a67fcd4 commit 1eb9eed
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions oranda.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"artifacts": {
"cargo_dist": true
"components": {
"artifacts": {
"cargo_dist": true,
"package_managers": {
"preferred": {
"npm": "npm install @untitaker/spacemod",
"cargo": "cargo install spacemod --locked --profile=dist"
}
}
}
},
"build": {
"path_prefix": "spacemod"
Expand Down

0 comments on commit 1eb9eed

Please sign in to comment.