From f1216380703a8d121ad61396d4c8193248ad7791 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Sun, 4 Aug 2024 21:19:29 -0400 Subject: [PATCH] Fix `README.md` typo for running `x.py` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f429f2c61c51b..062126c109d73 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Please configure this fork using the following command: Afterwards you can build rustc using: ``` -x.py build --stage 1 library +./x.py build --stage 1 library ``` Afterwards rustc toolchain link will allow you to use it through cargo: