parch-welcome/README.md
DanielcoderX 03ba4e424c
Fixed PKGBUILD (#12)
* Fixed PKGBUILD & Updated Readme

* fixed PKGBUILD
2023-09-03 09:18:10 +00:00

21 lines
578 B
Markdown

# Parch Linux Dorood
Parch dorood (/do-rood/, درود, pronunciation) which is Persian word for "Greetings", is a welcome app in the Parch distribution. Dorood features:
- Showing Parch Linux pages on social media
- Running the installer program
- Updating Parch repositories
This program is still on beta stages and it is semi complete and ready to use.
## Build the package on Arch machines
- For building this package run:
```shell
cd build/
makepkg -f
```
### Install the package
- For installing this pacakge run:
```shell
cd build/
sudo pacman -U ./parch-welcome*
```