Merge pull request #2010 from rust-lang/oranda

Remove install page for now, README is enough
This commit is contained in:
Mo 2024-07-03 16:27:37 +02:00 committed by GitHub
commit e5bc8588e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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