Skip to content

Commit

Permalink
Fix ubuntu version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Jun 17, 2024
1 parent dd2287c commit fdbfdef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/gettingstarted/building.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ From the project directory, run `wails build`.
This will compile your project and save the production-ready binary in the `build/bin` directory.

:::info Linux
If you are using a Linux distribution that does not have webkit2gtk-4.0 (such as Ubuntu 22.04), you will need to add `-tags webkit2_41`.
If you are using a Linux distribution that does not have webkit2gtk-4.0 (such as Ubuntu 24.04), you will need to add `-tags webkit2_41`.
:::

If you run the binary, you should see the default application:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ From the project directory, run `wails build`.
This will compile your project and save the production-ready binary in the `build/bin` directory.

:::info Linux
If you are using a Linux distribution that does not have webkit2gtk-4.0 (such as Ubuntu 22.04), you will need to add `-tags webkit2_41`.
If you are using a Linux distribution that does not have webkit2gtk-4.0 (such as Ubuntu 24.04), you will need to add `-tags webkit2_41`.
:::

If you run the binary, you should see the default application:
Expand Down

0 comments on commit fdbfdef

Please sign in to comment.