Skip to content

Commit ed0c2ec

Browse files
committed
README.md
1 parent 2b91f4c commit ed0c2ec

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Arch and Arch based distro users can install it from [AUR](https://aur.archlinu
5050

5151
### Windows
5252

53-
1. Install the Bito CLI through MSI using this [installer](https://github.com/gitbito/CLI/blob/main/version-3.9/Bito%20CLI.exe).
53+
1. Install the Bito CLI through MSI using this [installer](https://github.com/gitbito/CLI/blob/main/version-4.0/Bito%20CLI.exe).
5454
2. On Windows 11 you might get notification related to publisher verification. Click on "Show more" or "More info" and click on "Run anyway" (we are working on fixing this as soon as possible).
5555
3. Once the installation is complete, start a new command prompt and run ```bito``` to get started.
5656

@@ -70,7 +70,7 @@ While it's not recommended, you can download the Bito CLI binary from our reposi
7070

7171
### Mac & Linux
7272

73-
1. Download Bito CLI binary specific to your OS platform from [here](https://github.com/gitbito/CLI/tree/main/version-3.9) (Please download the latest version for all new updates).
73+
1. Download Bito CLI binary specific to your OS platform from [here](https://github.com/gitbito/CLI/tree/main/version-4.0) (Please download the latest version for all new updates).
7474
2. Start the terminal, go to the location where your downloaded the binary, move the downloaded file (in the command below use bito-* filename you have downloaded) to filename bito
7575
``` mv bito-<os>-<arch> bito ```
7676
2. Make the file executable using following command
@@ -95,6 +95,14 @@ run ```bito --help``` or ```bito config --help```
9595
- On Windows:
9696
run ```bito --help``` or ```bito config --help```
9797

98+
#### Slash Commands
99+
Slash Commands are introduced in Bito CLI to help make features like LCA to be available via the CLI. Slash commands can be used to quickly execute actions like viewing all local code indexes, selecting a particular local code index and finally making LCA queries for that index.
100+
101+
- Type "/" in bito> prompt of interactive mode of Bito CLI and hit ENTER or TAB to view all available commands.
102+
- Type "/[command_name]" in bito> prompt of interactive mode of Bito CLI and hit ENTER or TAB to view all available options for that command.
103+
- Type "/[command_name] [option_name]" in bito> prompt of interactive mode of Bito CLI and hit ENTER or TAB to execute the available option.
104+
- Run ```bito --help``` for help related to slash commands.
105+
98106
#### Bito CLI MyPrompt (Automation using Bito CLI)
99107
##### On MAC/Linux:
100108

0 commit comments

Comments
 (0)