Skip to content

Commit 23bc5d2

Browse files
committed
Remove install page for now, README is enough
1 parent 28d2bb0 commit 23bc5d2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

oranda.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,5 @@
99
"domain": "rustlings.cool"
1010
}
1111
}
12-
},
13-
"components": {
14-
"artifacts": {
15-
"auto": true,
16-
"package_managers": {
17-
"preferred": {
18-
"macos/linux/unix": "curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash",
19-
"windows": "Start-BitsTransfer -Source https://raw.githubusercontent.com/rust-lang/rustlings/main/install.ps1 -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1"
20-
}
21-
}
22-
}
2312
}
2413
}

0 commit comments

Comments
 (0)