diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0f3271 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Standard IO Gatherer +### Usage +```sh +#!/bin/sh +stdgather INTEL_DEBUG=shaders,ann,hex,bat MESA_SHADER_CACHE_DISABLE=true ./main +``` +### Image +![Screenshot of the above command in neovim with the syntax highlighting](./pics/stdgather_demo.png "stdgather demo") diff --git a/pics/stdgather_demo.png b/pics/stdgather_demo.png new file mode 100644 index 0000000..e07a4c7 Binary files /dev/null and b/pics/stdgather_demo.png differ