Skip to content

Commit

Permalink
readme: change the sambal start command order in readme
Browse files Browse the repository at this point in the history
The python -m method doesn't have a problem when ctrl+c is pressed, the entrypoint script does.

There is an issue with the entrypoint method when ctrl+c is pressed and a ticket has been opened for this (issue #51)

Show the python -m command first in the meantime.
  • Loading branch information
robvdl committed Mar 29, 2024
1 parent dd9686c commit 1c8b7ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Starting Sambal

To start a development server just run:

sambal
python -m sambal

or running as a module does the same:
Or use the entrypoint installed into the virtualenv:

python -m sambal
sambal

The web interface can then be accessed at http://localhost:8000

Expand Down

0 comments on commit 1c8b7ce

Please sign in to comment.