Fixed typo.
All checks were successful
RUpload build / Build (push) Successful in 1m2s

This commit is contained in:
retoor 2024-11-26 08:14:03 +01:00
parent 96fd9fd4a7
commit 2c1f519da7

View File

@ -7,7 +7,7 @@ It doesn't have captcha or whatsoever. It's designed for public use, as long the
## Installation ## Installation
1. `make ensure_venv` 1. `make ensure_venv`
2. `make install` 2. `make install`
3. `source ./.venv/bin.activate` 3. `source ./.venv/bin/activate`
4. `rupload.serve` (See parameters below. Running with default config using no parameters works too.) 4. `rupload.serve` (See parameters below. Running with default config using no parameters works too.)
## Usage ## Usage