diff --git a/README.md b/README.md index 6fccdfc..5960c40 100644 --- a/README.md +++ b/README.md @@ -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. 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