Skip to content

Commit dccd4ec

Browse files
committed
[107050][Easy] Modify readme to suggest using configure
1 parent 864b625 commit dccd4ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ See [the rustc-dev-guide for more info][sysllvm].
102102
list of options in `config.toml.example`.
103103

104104
```sh
105-
printf 'profile = "user" \nchangelog-seen = 2 \n' > config.toml
105+
./configure --set changelog-seen=2 --set profile=user
106106
```
107-
107+
cpmfog/tp
108108
If you plan to use `x.py install` to create an installation, it is
109109
recommended that you set the `prefix` value in the `[install]` section to a
110110
directory.

0 commit comments

Comments
 (0)