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 44dc92a commit 5c0b300Copy full SHA for 5c0b300
book/src/project_setup.md
@@ -4,9 +4,10 @@ Let's begin by installing all necessary tools.
4
First, follow the instructions on the [GTK website](https://www.gtk.org/docs/installations/) in order to install GTK 4.
5
Then install Rust with [rustup](https://rustup.rs/).
6
7
-Now, create a new project by executing:
+Now, create a new project and move into the newly created folder by executing:
8
```
9
cargo new my-gtk-app
10
+cd my-gtk-app
11
12
13
Find out the GTK 4 version on your machine by running
0 commit comments