From 23bc5d23fea77f2587847d8329823ce435c67714 Mon Sep 17 00:00:00 2001 From: mo8it Date: Wed, 3 Jul 2024 16:23:23 +0200 Subject: [PATCH] Remove install page for now, README is enough --- oranda.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/oranda.json b/oranda.json index be88e5e0..ecc490b2 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" - } - } - } } }