Skip to content

Commit

Permalink
docs: improve docs (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaDghosh authored Jun 3, 2024
1 parent 9400ce0 commit 674fb26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ apps:
environment:
LD_LIBRARY_PATH: $SNAP/webkitgtk-platform/usr/lib:$SNAP/webkitgtk-platform/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$LD_LIBRARY_PATH
PATH: $SNAP/webkitgtk-platform/usr/bin:$PATH
plugs:
- network # needed for webkitgtk to work
- network-status # needed for webkitgtk to work
```

You can also declare these variables at the top level of your `snapcraft.yaml` if you want to use them in all the apps. Some snaps that use this webkitgtk-sdk.
Expand Down

0 comments on commit 674fb26

Please sign in to comment.