mirror of
https://github.com/Textualize/textual-web.git
synced 2025-10-17 02:36:40 +03:00
Update README.md
This commit is contained in:
@@ -124,6 +124,13 @@ You can also add terminals to the configuration file, in a similar way.
|
|||||||
|
|
||||||
This will launch a terminal with your current shell.
|
This will launch a terminal with your current shell.
|
||||||
You can also add a `command` value to run a command other than your shell.
|
You can also add a `command` value to run a command other than your shell.
|
||||||
|
For instance, lets say we want to server the HTOP command.
|
||||||
|
We could add the following to the configuration:
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[terminal.HTOP]
|
||||||
|
command = "htop"
|
||||||
|
```
|
||||||
|
|
||||||
## Accounts
|
## Accounts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user