You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust-HTTP-Server is a small multi-threaded webserver that supports TLS and WSGI. Rust-HTTP-Server's goal is to be an easy to use, fast and lightweight http server.
5
6
@@ -9,12 +10,19 @@ Rust-HTTP-Server is a small multi-threaded webserver that supports TLS and WSGI.
9
10
*[TODO](#todo)
10
11
11
12
# Installation:
12
-
Currently the only way to install rust-http-server is to download the project and build with cargo. crates.io support is coming soon!
13
+
14
+
### macOS:
15
+
`cargo install rust-http-server` will work as long as you have a homebrew install of python. If you
16
+
are still using the python install provided by Apple run `brew reinstall python` first.
17
+
18
+
### Ubuntu:
19
+
This will install system dependencies and then install the server via cargo.
0 commit comments