From 28af5ea9438b6c1427e20d7909b5b19a5c7c3e7e Mon Sep 17 00:00:00 2001 From: zPlus Date: Fri, 5 Jun 2020 07:44:53 +0200 Subject: [PATCH] Improve documentation. --- README.md | 2 +- freepost/templates/post.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ec4d7f1..7696dcd5 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ users can read and comment. ## Setup Python3 virtual environment cd freepost-directory - python3 -m venv venv (if this doesn't work, try `virtualenv -p python3 venv`) + python3 -m venv venv (if this doesn't work, try `virtualenv -p /usr/bin/python3 venv`) source venv/bin/activate pip3 install -r requirements.txt diff --git a/freepost/templates/post.html b/freepost/templates/post.html index 0ceb714e..1b85fb8e 100755 --- a/freepost/templates/post.html +++ b/freepost/templates/post.html @@ -66,8 +66,8 @@ {# "shortcut-submit" is a class used exclusively from javascript - # to submit the form when a key (Ctrl+Enter) is pressed. - #} + # to submit the form when a key (Ctrl+Enter) is pressed. + #}