Skip to content

Commit 068a9ac

Browse files
authored
Update rust.md (#479)
Fix change directory when creating a new project using `maturin` build system
1 parent 6c20deb commit 068a9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ with `rye init`.
88

99
```
1010
rye init my-project --build-system maturin
11-
cd maturin
11+
cd my-project
1212
```
1313

1414
The following structure will be created:

0 commit comments

Comments
 (0)