mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 00:06:18 +01:00
Add documentation
This commit is contained in:
parent
9a626610af
commit
9f6bdfb1da
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Void Editor (AUR Package)
|
||||
|
||||
Arch Linux AUR package for Void Editor.
|
||||
AUR URL: https://aur.archlinux.org/packages/void-editor-bin
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
yay -S void-editor-bin
|
||||
```
|
||||
|
||||
## Maintenance (For PeteHsu)
|
||||
1. Update `pkgver` in PKGBUILD.
|
||||
2. Run `updpkgsums`.
|
||||
3. Run `makepkg --printsrcinfo > .SRCINFO`.
|
||||
4. Commit and push:
|
||||
```bash
|
||||
git commit -am "Update version"
|
||||
git push origin master # To AUR
|
||||
git push github master # To GitHub
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue