Update 020_INSTALL_MANUAL.md

Corrected a markdown formatting error (missing backtick).
This commit is contained in:
Rohan Barar 2023-05-20 18:33:32 +10:00 committed by Kent Keirsey
parent 0bfbda512d
commit 6f3c6ddf3f

View File

@ -216,7 +216,7 @@ manager, please follow these steps:
9. Run the command-line- or the web- interface:
From within INVOKEAI_ROOT, activate the environment
(with `source .venv/bin/activate` or `.venv\scripts\activate), and then run
(with `source .venv/bin/activate` or `.venv\scripts\activate`), and then run
the script `invokeai`. If the virtual environment you selected is NOT inside
INVOKEAI_ROOT, then you must specify the path to the root directory by adding
`--root_dir \path\to\invokeai` to the commands below: