Skip to content

Commit f19fe30

Browse files
committed
Update path to config.toml.example
In 1126a85e87629f7ec37fc6c4fde43419f4b9947f, rust-lang/rust moved `config.toml.example` from `src/bootstrap/` to the project root. Instructions in rust-lang/rust were updated, but this instance was not.
1 parent 0609fe3 commit f19fe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-py.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ have it available so you can understand the types. Here's how you can compile it
263263
yourself. From the top level directory where `x.py` is located run:
264264

265265
```bash
266-
cp src/bootstrap/config.toml.example config.toml
266+
cp config.toml.example config.toml
267267
```
268268

269269
Next open up `config.toml` and make sure these two lines are set to true:

0 commit comments

Comments
 (0)