Update README.md

This commit is contained in:
tofasthacker 2024-01-21 01:52:51 +00:00
parent 7d18cdca80
commit 38bcefacd4

View File

@ -3,10 +3,10 @@ llmcmd is an interactive Linux tool that takes natural language and turns it int
## Usage
To use the tool, simply type `llmcmd` the double quotes and your question. Once it has generated the code then you can choose one of 4 options:
- 'n' for skipping the code block (default)
- 'y' for running the code block as is.
- 'e' for editing the code block before running.
- 'q' for ending the tool emedialtly
- `n` for skipping the code block (default)
- `y` for running the code block as is.
- `e` for editing the code block before running.
- `q` for ending the tool emedialtly
## Installation