From a550667378ae5f04985ea2020bd60df44248dbc4 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 26 Nov 2024 07:13:31 +0000 Subject: [PATCH] docs: replace pip-based install steps with make commands in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c1f0950..76003d3 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Easiest file manager for your server made for public use. It doesn't have captcha or whatsoever. It's designed for public use, as long the domain isn't listed in a search engine. It has a limitation for file size, that's it's only security. Rate limiting is in consideration. The default file size is 50Mb. The default storage quota for whole directory is 10Gb. Default config will prevent your server for heavy abuse. ## Installation -``` -python3 -m venv .venv -./venv/bin/python -m pip install . -``` +1. `make ensure_venv` +2. `make install` +3. `source ./.venv/bin.activate` +4. `rupload.serve` (See parameters below. Running with default config using no parameters works too.) ## Usage ```bash