1# golocal - cross platform protocol handler 2 3## use 4 5Running it without any arguments starts it in GUI mode, giving options to install or remove the protocol handler. 6 7It registers a handler for `golocal://` - everything after is passed to `xdg-open` on Linux and `cmd \C start` on Windows. 8 9## build 10 11Additional build dependencies on ArchLinux (next to go, gcc, make, etc) 12 13 * mingw-w64-gcc 14 15For building a `make all` should be enough. 16