Compare commits

..

1 Commits

Author SHA1 Message Date
Maximilian P. Käfer 8480eed885
Added proper content for the README.md 2021-05-17 23:24:19 +02:00
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ It is important to know that `paperchanger` is using the `--zoom` flag provided
If you are using an arch based system, you can install the `paperchanger` package from the [AUR](https://aur.archlinux.org/) (Arch User Repository).
(Not yet available!)
An AUR manager line yay may be used for an easy installation:
An AUR manager like yay may be used for an easy installation:
```shell
$ yay -S paperchanger
@ -40,7 +40,7 @@ $ makepkg
```
After you are done creating the package, you should have many files including a `.pkg.tar.zst` archive.
This is your ready to compressed ready to use `paperchanger` package, which can now be installed using pacman.
This is your compressed ready to use `paperchanger` package, which can now be installed using pacman.
```shell
$ sudo pacman -U path-to-your-archive
@ -48,5 +48,5 @@ $ sudo pacman -U path-to-your-archive
The folder and its contents used for the installation process may now be deleted.
### Other Systems (`PKGBUILD` file is not used)
### Other Systems (PKGBUILD file is not used)
Insert description here.