Skip to content

Commit a16cb16

Browse files
committed
README.md
1 parent e95eddd commit a16cb16

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

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

3939
### Windows
4040

41-
1. Install the Bito CLI through MSI using this [installer](https://github.com/gitbito/CLI/raw/main/version-3.1/BitoCLI.msi).
41+
1. Install the Bito CLI through MSI using this [installer](https://github.com/gitbito/CLI/raw/main/version-3.2/BitoCLI.msi).
4242
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 possbile).
4343
3. Once the installation is complete, start a new command prompt and run ```bito``` to get started.
4444

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

5959
### Mac & Linux
6060

61-
1. Download Bito CLI binary specific to your OS platform from [here](https://github.com/gitbito/CLI/tree/main/version-3.1) (Please download the latest version for all new updates).
61+
1. Download Bito CLI binary specific to your OS platform from [here](https://github.com/gitbito/CLI/tree/main/version-3.2) (Please download the latest version for all new updates).
6262
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
6363
``` mv bito-<os>-<arch> bito ```
6464
2. Make the file executable using following command
@@ -94,6 +94,8 @@ run ```bito --help``` or ```bito config --help```
9494

9595
- run ```cat inventory.sql | bito -c runcontext.txt -p testdataprompt.txt > testdata.sql``` to store context/conversation history in non-interactive mode in file `runcontext.txt` to use for next set of commands in case prior context is needed. If `runcontext.txt` is not present it will be created. Please provide a new file or an existing context file created by bito using `-c` option. ***With `-c` option now context is supported in non-interactive mode***
9696

97+
- run ```echo "give me code for bubble sort in python" | bito``` to instantly get response for your queries using Bito CLI.
98+
9799
##### On Windows:
98100
- run ```bito – p writedocprompt.txt -f mycode.js``` for non-interactive mode in Bito (where writedocpromot.txt will contain your prompt text such as "Explain the code below in brief" and mycode.js will contain the actual code on which the action is to be performed).
99101

@@ -103,6 +105,8 @@ run ```bito --help``` or ```bito config --help```
103105

104106
- run ```type inventory.sql | bito -c runcontext.txt -p testdataprompt.txt > testdata.sql``` to store context/conversation history in non-interactive mode in file `runcontext.txt` to use for next set of commands in case prior context is needed. If `runcontext.txt` is not present it will be created. Please provide a new file or an existing context file created by bito using `-c` option. ***With `-c` option now context is supported in non-interactive mode***
105107

108+
- run ```echo "give me code for bubble sort in python" | bito``` to instantly get response for your queries using Bito CLI.
109+
106110
##### Using Macro:
107111

108112
Use ``{{%input%}}`` macro in the prompt file to refer to the contents of the file provided via -f option

0 commit comments

Comments
 (0)