Update README.md

This commit is contained in:
tofasthacker 2024-01-21 01:52:29 +00:00
parent 2eaba2ae40
commit 7d18cdca80

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