Skip to content

Commit 5c0b300

Browse files
authored
Update project_setup.md (#1558)
1 parent 44dc92a commit 5c0b300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/src/project_setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Let's begin by installing all necessary tools.
44
First, follow the instructions on the [GTK website](https://www.gtk.org/docs/installations/) in order to install GTK 4.
55
Then install Rust with [rustup](https://rustup.rs/).
66

7-
Now, create a new project by executing:
7+
Now, create a new project and move into the newly created folder by executing:
88
```
99
cargo new my-gtk-app
10+
cd my-gtk-app
1011
```
1112

1213
Find out the GTK 4 version on your machine by running

0 commit comments

Comments
 (0)