Download and run the binary from the release page.
OR
To run Presence, type the following into a Terminal or Command Prompt window:
go run main.go
To specify a port to run on, add the port flag to the command:
go run main.go -port=<PORT>
Download and run the binary from the release page.
OR
To run Presence, type the following into a Terminal or Command Prompt window:
go run main.go
To specify a port to run on, add the port flag to the command:
go run main.go -port=<PORT>