Skip to content

Commit 2a139ca

Browse files
committed
update installation doc
1 parent d07fe42 commit 2a139ca

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

data/doc/1.installation.md

+15-12
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
# 📥 Installation
22

3-
## 🧶 Manual
3+
## 📦 Packaging
4+
5+
### Arch(aur)
6+
7+
- [way-edges-bin](https://aur.archlinux.org/packages/way-edges-bin/)
8+
- [way-edges-git](https://aur.archlinux.org/packages/way-edges-git/)
9+
10+
Use [`paru`](https://github.com/Morganamilo/paru.git) or [`yay`](https://github.com/Jguer/yay) to install.
411

512
```shell
6-
git clone https://github.com/way-edges/way-edges.git
13+
paru -S way-edges-git
14+
#or
15+
paru -S way-edges-bin
716
```
817

18+
## 🧶 Manual
19+
920
```shell
21+
git clone https://github.com/way-edges/way-edges.git
22+
cd way-edges
1023
cargo build --release
1124
```
1225

1326
And you'll find it under `target/release/way-edges`
14-
15-
## 📦 Packaging
16-
17-
If you're using Arch(btw), we have git aur package: [way-edges-git](https://aur.archlinux.org/packages/way-edges-git/)
18-
19-
Use [`paru`](https://github.com/Morganamilo/paru.git) or [`yay`](https://github.com/Jguer/yay) to install, it will automatically download dependencies and detect new commits from the source git repo.
20-
21-
```shell
22-
paru -S way-edges-git
23-
```

0 commit comments

Comments
 (0)