1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-07 20:02:17 +02:00

Remove install page for now, README is enough

This commit is contained in:
mo8it 2024-07-03 16:23:23 +02:00
parent 28d2bb0432
commit 23bc5d23fe

View File

@ -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"
}
}
}
}
}