diff --git a/README.md b/README.md index 3ec4d7f..7696dcd 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 0ceb714..1b85fb8 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. + #}