From c5cb7db42ce56017e5c1a5b1ef28a638bf53f5cf Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Sat, 23 Aug 2025 21:37:00 -0400 Subject: [PATCH] Add archival/deprecation notice Moved upstream in https://github.com/rust-lang/rust/pull/108534 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 99d8e5c..2fe076b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Moved to rust-lang/rust + +This repository now lives inline to rust-lang/rust (https://github.com/rust-lang/rust/tree/master/src/tools/rust-installer) and has been archived here. All future changes should be filed against rust-lang/rust, existing issues/PRs will not be monitored. + [![Build Status](https://travis-ci.org/rust-lang/rust-installer.svg?branch=master)](https://travis-ci.org/rust-lang/rust-installer) A generator for the install.sh script commonly used to install Rust in