We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864b625 commit dccd4ecCopy full SHA for dccd4ec
README.md
@@ -102,9 +102,9 @@ See [the rustc-dev-guide for more info][sysllvm].
102
list of options in `config.toml.example`.
103
104
```sh
105
- printf 'profile = "user" \nchangelog-seen = 2 \n' > config.toml
+ ./configure --set changelog-seen=2 --set profile=user
106
```
107
-
+cpmfog/tp
108
If you plan to use `x.py install` to create an installation, it is
109
recommended that you set the `prefix` value in the `[install]` section to a
110
directory.
0 commit comments