'README.md' updaten

This commit is contained in:
mb 2022-04-12 09:20:43 +02:00
parent c57ceb98ff
commit 2b5100be86

View File

@ -80,7 +80,7 @@ You can clone this repository to run octomode on your own computer or server.
`cd octomode`
`make setup` (sets up a virtual environment and install the requirements)
`make setup` (sets up a virtual environment and install the requirements, you only need to do this once)
`make run` (runs the Flask application)
@ -90,6 +90,10 @@ Open the application at <http://localhost:5001>.
`python` dependencies are listed in `requirements.txt`
To install them, you can run:
`make setup`
### Note
It's recommended to use firefox when working with octomode locally. Chrome or Chromium do not load external etherpads in iframes.