whitehole/README.md
2024-09-28 21:39:16 +03:00

6 lines
273 B
Markdown

# whitehole
A no-bullshit broccoli-like file hosting server.
## Usage
In development environment: `cargo r -- [targetdir]` where `[targetdir]` is the directory you want to host.
In production: `whitehole [targetdir]` where `[targetdir]` is the directory you want to host.