Skip to content

Commit

Permalink
Update project_setup.md (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
redvimo authored Jan 12, 2024
1 parent 44dc92a commit 5c0b300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/src/project_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Let's begin by installing all necessary tools.
First, follow the instructions on the [GTK website](https://www.gtk.org/docs/installations/) in order to install GTK 4.
Then install Rust with [rustup](https://rustup.rs/).

Now, create a new project by executing:
Now, create a new project and move into the newly created folder by executing:
```
cargo new my-gtk-app
cd my-gtk-app
```

Find out the GTK 4 version on your machine by running
Expand Down

0 comments on commit 5c0b300

Please sign in to comment.