Browse Source

Merge pull request #118 from b12f/patch-1

Jonathan Kelley 3 years ago
parent
commit
6771ead13e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/guide/src/setup.md

+ 1 - 1
docs/guide/src/setup.md

@@ -38,7 +38,7 @@ For windows users: download the [bootstrapper for Webview2 from Microsoft](https
 
 For linux users, we need the development libraries for libgtk.
 
-````
+```
 sudo apt install libwebkit2gtk-4.0-dev libgtk-3-dev libappindicator3-dev
 ```