tower-livereload
tower-livereload copied to clipboard
Are there anywhere binaries of livehttpd which can eb downloaded?
I'm looking for binaries of livehttpd for a x86 RHEL Linux machine.
Are there anywhere such binaries which can be downloaded?
Currently, I would recommend building such a binary using cargo. You can run cargo install livehttpd and the binary will be installed into $CARGO_HOME/bin/livehttpd. Maybe I will consider uploading pre-built static executables in the future.