Skip to content

Commit 94cde8a

Browse files
committed
promote serve up a level
1 parent 66132b8 commit 94cde8a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/guide/devtools.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For instance, the following will run the `textual colors` command:
5959
textual run -c textual colors
6060
```
6161

62-
### Serve
62+
## Serve
6363

6464
The devtools can also serve your application in a browser.
6565
Effectively turning your terminal app in to a web application!
@@ -92,6 +92,12 @@ You can serve multiple instances of your application at once!
9292
Textual serve is also useful when developing your app.
9393
If you make changes to your code, simply refresh the browser to update.
9494

95+
There are some additional switches for serving Textual apps. Run the following for a list:
96+
97+
```
98+
textual serve -h
99+
```
100+
95101
## Live editing
96102

97103
If you combine the `run` command with the `--dev` switch your app will run in *development mode*.

0 commit comments

Comments
 (0)