mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 06:34:20 +00:00
Remove install page for now, README is enough
This commit is contained in:
parent
28d2bb0432
commit
23bc5d23fe
1 changed files with 0 additions and 11 deletions
11
oranda.json
11
oranda.json
|
@ -9,16 +9,5 @@
|
|||
"domain": "rustlings.cool"
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
"artifacts": {
|
||||
"auto": true,
|
||||
"package_managers": {
|
||||
"preferred": {
|
||||
"macos/linux/unix": "curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue