Merge pull request #58 from LiamDawe/patch-1

update readme based on new command
pull/59/head
flightlessmango 4 years ago committed by GitHub
commit ee9c2df771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,11 +34,19 @@ If you are running an Ubuntu-like distribution, Fedora, or Arch, the build scrip
# Normal usage
To enable the MangoHud Vulkan overlay layer, run :
To enable the MangoHud overlay layer for 64bit Vulkan and OpenGL, run :
`MANGOHUD=1 /path/to/my_vulkan_app`
`mangohud /path/to/app`
Or alternatively, add `MANGOHUD=1` to your shell profile.
Or
`mangohud.x86 /path/to/app` for 32bit OpenGL
For Steam games, you can add this as a launch option:
`mangohud %command%`
Or alternatively, add `MANGOHUD=1` to your shell profile (Vulkan only).
## Hud configuration

Loading…
Cancel
Save