diff --git a/README.md b/README.md index 4fd4086..8fff223 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ Femtoshare ========== -Ultra simple self-hosted file sharing. All files can be accessed/modified by all users. Don't upload anything secret! +Ultra simple self-hosted file sharing in a single Python script without any dependencies. All files can be accessed/modified by all users. Don't upload anything secret! Quickstart: run `./femtoshare.py`, then visit `http://localhost:8000/` in your web browser. +![Femtoshare Screenshot](screenshot.png) + Options: $ ./femtoshare.py --help diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..e09c5d7 Binary files /dev/null and b/screenshot.png differ