aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 3d1386231213e8556c6b0e6f5d4ef86d152c139d (plain)
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
26
27
28
29
30
31
32
33
34
35
36
# ArchLinux
## Installation
```bash
user $ yay -S opquefiles
```
## Updating
```bash
user $ yay -Syu
```
## Removal
```bash
user $ yay -R opaquefiles
user $ rm -r ~/.config/OpaqueFiles
```
## Troubleshooting
You encountered an error while installing, updating or removing? These instructions needed to be changed? [Please report this bug, so others may not encounter it](../../CONTRIBUTING.md).

## Building
### Build
```bash
user $ makepkg
```
### Lint
```bash
user $ namcap PKGBUILD
user $ namcap PKGBUILD opaquefiles-*
```
### Install & Test
```bash
ROOT # pacman -U opaquefiles-*
ROOT # pacman -R opaquefiles
```
### Metadata
```bash
user $ makepkg --printsrcinfo > .SRCINFO
```