Updated readme with missing instructions

This commit is contained in:
n07070 2021-01-23 00:03:21 +01:00
parent c9a42a7b8b
commit b2593a5a97

View File

@ -41,9 +41,12 @@ Then, setup the project :
git clone https://git.n07070.xyz/n07070/LittlePrynter
virtualenv LittlePrynter
cd LittlePrynter
source bin/activate
pip install -r requirements.txt
```
> tip : when you're done, you can get out of the virtualenv either by closing your terminal, or by running `deactivate`.
You should see a folder named `configuration`. Enter it, and duplicate the file named `config.toml.sample`, and rename the copy to `config.toml`. Now, edit this file by following the comments in the file itself.
You can now start the web server with