Skip to content

Commit

Permalink
chore: fix installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonmaf1a authored and JarKz committed Jul 11, 2024
1 parent ea13984 commit 0f2a075
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,12 @@ Noti is a modern, lightweight notification manager designed for the Wayland disp
- **Custom Configurations:** Supports per-application custom configurations with a mergeable settings system.

## Installation
### Building from Source

1. Clone the repository:
```bash
git clone https://github.com/noti-rs/noti.git
cd noti
```

2. Build the project using Cargo:
```bash
cargo build --release
```

3. Install the binary:
```bash
sudo cp target/release/noti /usr/local/bin/
```

Install binary via `cargo install`:

```bash
cargo install --git https://github.com/noti-rs/noti/
```

### Running Noti

Expand Down

0 comments on commit 0f2a075

Please sign in to comment.