fix: correct typo in virtual environment activation path in README
The activation script path in the installation instructions was missing a forward slash, changing 'bin/activate' to 'bin.activate'. This fix restores the correct path for sourcing the Python virtual environment.
This commit is contained in:
parent
a550667378
commit
40fa720ad9
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user