Pi66

pino-rs
Rust notification daemon.
git clone https://git.pi66.xyz/pino-rs

← back to log

1.1.1

author: pixel
date: 2025-04-23 17:38
hash: d13199902768433e7e743c1ccae262381e713317

Diffstat:

M

README.md
14 ------------------------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
diff --git a/README.md b/README.md
index 830725d..69ad5f6 100644
--- a/README.md
+++ b/README.md
@@ -27,20 +27,6 @@ Pino is a fully customizable notification tool rewritten in Rust. It allows you

 ## Installation

-### Arch Linux
-
-```bash
-sudo pacman -S rustup
-```
-
-### Debian-based Distros
-
-```bash
-sudo apt install rustc cargo
-```
-
-Then, build the project:
-
 ```bash
 make install clean
 ```