Skip to content

Commit

Permalink
#12 document shortcut to running application
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Jun 27, 2022
1 parent b1d4c3c commit 5d229e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ export FLASK_APP=app
export FLASK_DEBUG=1
flask run
```

After you have a `ven`, you can also use the shortcut
```
./run.sh
```
## Run Docker container
```
docker pull ghcr.io/karmacomputing/tts-server/tts-server:main
Expand Down

0 comments on commit 5d229e4

Please sign in to comment.