Skip to content

Commit afbee2c

Browse files
committed
Update Readme
1 parent 2cf22cc commit afbee2c

1 file changed

Lines changed: 10 additions & 14 deletions

File tree

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<div align="center">
2-
<h1> Tenere </h1>
3-
<img src="assets/logo.png" alt="A crab in the moroccan desert"></img>
4-
<h2> TUI interface for LLMs written in Rust </h2>
2+
<h2> TUI for LLMs </h2>
53
</div>
64

75
## 📸 Demo
@@ -32,16 +30,6 @@
3230

3331
## 🚀 Installation
3432

35-
<a href="https://repology.org/project/tenere/versions">
36-
<img src="https://repology.org/badge/vertical-allrepos/tenere.svg" alt="Packaging status" align="left">
37-
</a>
38-
39-
<br>
40-
<br>
41-
<br>
42-
<br>
43-
<br>
44-
4533
### 📥 Binary releases
4634

4735
You can download the pre-built binaries from the [release page](https://github.com/pythops/tenere/releases)
@@ -63,7 +51,9 @@ environment.systemPackages = with pkgs; [
6351
tenere
6452
];
6553
```
54+
6655
For non-NixOS systems, install directly with:
56+
6757
```nix
6858
nix-env -iA nixpkgs.tenere
6959
```
@@ -76,7 +66,7 @@ To set up ([tutorial](https://www.youtube.com/watch?v=XiVz2UR9epE)):
7666

7767
1. Install nix-on-droid from F-Droid
7868
2. Add tenere to your packages in ".config/nixpkgs/nix-on-droid.nix":
79-
3. Run ``nix-on-droid switch``
69+
3. Run `nix-on-droid switch`
8070
4. Create your config at ".config/tenere/config.toml"
8171

8272
### 🍺 Homebrew
@@ -336,6 +326,12 @@ There are 3 modes like vim: `Normal`, `Visual` and `Insert`.
336326

337327
<br>
338328

329+
## Contributing
330+
331+
- No AI slop.
332+
- Only submit a pull request after having a prior issue or discussion.
333+
- Keep PRs small and focused.
334+
339335
## ⚖️ License
340336

341337
GNU General Public License v3.0 or later

0 commit comments

Comments
 (0)