leotaku / tower-livereload

Tower middleware to automatically reload your web browser during development
Apache License 2.0
59 stars 5 forks source link

Are there anywhere binaries of livehttpd which can eb downloaded? #11

Open halloleo opened 3 months ago

halloleo commented 3 months ago

I'm looking for binaries of livehttpd for a x86 RHEL Linux machine.

Are there anywhere such binaries which can be downloaded?

leotaku commented 3 months ago

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.