Skip to content

Commit

Permalink
Merge pull request #7 from sadikkuzu/patch-1
Browse files Browse the repository at this point in the history
Trim trailing whitespaces in README.md
  • Loading branch information
yusufcanb authored Feb 28, 2024
2 parents 0a8ca82 + 8ff47c6 commit 5235dfa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ tlm is your CLI companion which requires nothing except your workstation. It use

## Features

- πŸ’Έ No API Key (Subscription) is required. (ChatGPT, Github Copilot, Azure OpenAI, etc.)
- πŸ’Έ No API Key (Subscription) is required. (ChatGPT, Github Copilot, Azure OpenAI, etc.)

- πŸ“‘ No internet connection is required.

- πŸ’» Works on macOS, Linux and Windows.

- πŸ‘©πŸ»β€πŸ’» Automatic shell detection.

- πŸš€ One liner generation and command explanation.


Expand All @@ -35,15 +35,15 @@ It can be downloaded with the following methods on different platforms.

- On Linux and macOS;

```bash
```bash
curl -fsSL https://ollama.com/install.sh | sh
```

- On Windows;

Download instructions can be followed at the following link: [https://ollama.com/download](https://ollama.com/download)

- Or using official Docker images 🐳;
- Or using official Docker images 🐳;

```bash
# CPU Only
Expand All @@ -63,7 +63,7 @@ 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
```bash
curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/main/install.sh | sudo bash -E
```
Expand Down

0 comments on commit 5235dfa

Please sign in to comment.