Skip to content

Commit dd387f4

Browse files
committed
Update readme
1 parent 2e9e187 commit dd387f4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ Key features of ShellOracle include:
5656
Installing ShellOracle is easy!
5757

5858
1. First, pip install the `shelloracle` package
59-
```zsh
59+
```shell
6060
python3 -m pip install shelloracle
6161
```
6262
2. Next, run `shelloracle --init` and follow the prompts
63-
```zsh
63+
```shell
6464
python3 -m shelloracle --init
6565
```
6666

@@ -69,7 +69,7 @@ Installing ShellOracle is easy!
6969

7070
## Usage
7171

72-
ShellOracle is designed to be used as a ZSH Line Editor widget activated by the CTRL+F keyboard shortcut.
72+
ShellOracle is designed to be used as a BASH/ZSH widget activated by the CTRL+F keyboard shortcut.
7373

7474
1. Press CTRL+F
7575
2. Describe your command or goal
@@ -82,7 +82,7 @@ The generated command will be inserted into your shell prompt after a brief proc
8282
Before using ShellOracle with Ollama, pull the model you want to use. The default model is `codellama:13b`. To pull the
8383
default model, run:
8484

85-
```zsh
85+
```shell
8686
ollama pull codellama:13b
8787
```
8888

@@ -152,8 +152,7 @@ system_prompt = "..."
152152

153153
### Software
154154

155-
ShellOracle supports ZSH on macOS and Linux. Bash support is planned; however, it is not currently
156-
supported.
155+
ShellOracle supports BASH and ZSH on macOS and Linux.
157156

158157
### Hardware
159158

0 commit comments

Comments
 (0)