Browse Source

'README.md' updaten

pull/30/head
mb 2 years ago
parent
commit
2b5100be86
  1. 6
      README.md

6
README.md

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

Loading…
Cancel
Save