diff options
| author | mo8it <mo8it@proton.me> | 2024-07-03 16:23:23 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-03 16:23:23 +0200 |
| commit | 23bc5d23fea77f2587847d8329823ce435c67714 (patch) | |
| tree | d21b9bb4568466bc4d5b9af052af44c718322ee8 /oranda.json | |
| parent | 28d2bb04326d7036514245d73f10fb72b9ed108c (diff) | |
Remove install page for now, README is enough
Diffstat (limited to 'oranda.json')
| -rw-r--r-- | oranda.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/oranda.json b/oranda.json index be88e5e..ecc490b 100644 --- a/oranda.json +++ b/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" - } - } - } } } |
