From dccd4ecaa61ccc0145b1ab5ea0b8ad6ae3fc98b3 Mon Sep 17 00:00:00 2001 From: lionelllohcd Date: Wed, 1 Mar 2023 23:01:56 -0800 Subject: [PATCH 1/3] [107050][Easy] Modify readme to suggest using configure --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c424bd12ffdbc..a8792a1f0fc0c 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,9 @@ See [the rustc-dev-guide for more info][sysllvm]. list of options in `config.toml.example`. ```sh - printf 'profile = "user" \nchangelog-seen = 2 \n' > config.toml + ./configure --set changelog-seen=2 --set profile=user ``` - +cpmfog/tp If you plan to use `x.py install` to create an installation, it is recommended that you set the `prefix` value in the `[install]` section to a directory. From 7afe4ec6d01dd46674d11efc38674972fb2b9805 Mon Sep 17 00:00:00 2001 From: Lionell Loh Jian An Date: Wed, 1 Mar 2023 23:32:06 -0800 Subject: [PATCH 2/3] Update README.md Remove accidentally inserted line Co-authored-by: jyn --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a8792a1f0fc0c..a5610ccbf6a48 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,6 @@ See [the rustc-dev-guide for more info][sysllvm]. ```sh ./configure --set changelog-seen=2 --set profile=user ``` -cpmfog/tp If you plan to use `x.py install` to create an installation, it is recommended that you set the `prefix` value in the `[install]` section to a directory. From 45f533847fc456fc7e16837f1cf14bde31f36e8a Mon Sep 17 00:00:00 2001 From: Lionell Loh Jian An Date: Thu, 2 Mar 2023 00:11:41 -0800 Subject: [PATCH 3/3] Update README.md Co-authored-by: jyn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5610ccbf6a48..98fe4d00a30a3 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ See [the rustc-dev-guide for more info][sysllvm]. list of options in `config.toml.example`. ```sh - ./configure --set changelog-seen=2 --set profile=user + ./configure --set profile=user ``` If you plan to use `x.py install` to create an installation, it is recommended that you set the `prefix` value in the `[install]` section to a