-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,23 +47,23 @@ It will recognize the which platform and architecture to download and will execu | |
Download and execute the installation script by using the following command; | ||
|
||
```bash | ||
curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/1.2-pre/install.sh | sudo -E bash | ||
curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/1.2/install.sh | sudo -E bash | ||
``` | ||
|
||
#### Windows (Powershell 5.5 or higher) | ||
|
||
Download and execute the installation script by using the following command; | ||
|
||
```powershell | ||
Invoke-RestMethod -Uri https://raw.githubusercontent.com/yusufcanb/tlm/1.2-pre/install.ps1 | Invoke-Expression | ||
Invoke-RestMethod -Uri https://raw.githubusercontent.com/yusufcanb/tlm/1.2/install.ps1 | Invoke-Expression | ||
``` | ||
|
||
### Go Install | ||
|
||
If you have Go 1.22 or higher installed on your system, you can easily use the following command to install tlm; | ||
|
||
```bash | ||
go install github.com/yusufcanb/[email protected]-pre | ||
go install github.com/yusufcanb/[email protected] | ||
``` | ||
|
||
You're ready! Check installation by using the following command; | ||
|
@@ -90,7 +90,7 @@ USAGE: | |
tlm ask --context . --include *.md "<prompt>" # ask a question with a context | ||
VERSION: | ||
1.2-pre | ||
1.2 | ||
COMMANDS: | ||
ask, a Asks a question (beta) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2-pre | ||
1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters