You've already forked artifacthub-pkg
docs(README): update documentation
This commit is contained in:
16
README.md
16
README.md
@@ -1,9 +1,9 @@
|
|||||||
# opa-regal
|
# ArtifactHub
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
This repository contains build files to build the Arch Linux package `opa-regal`. Instead of building the package
|
This repository contains build files to build the Arch Linux package `artifacthub`. Instead of building the package
|
||||||
yourself, it can also be obtained from the following private repository. More detailed are described
|
yourself, it can also be obtained from the following private repository. More detailed are described
|
||||||
[here](#obtaining-pre-built-packages-from-a-repository).
|
[here](#obtaining-pre-built-packages-from-a-repository).
|
||||||
|
|
||||||
@@ -12,8 +12,8 @@ yourself, it can also be obtained from the following private repository. More de
|
|||||||
Clone this repository and use `makepkg` to build the package by yourself. For example:
|
Clone this repository and use `makepkg` to build the package by yourself. For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://aur.archlinux.org/opa-regal.git
|
git clone https://aur.archlinux.org/artifacthub.git
|
||||||
cd opa-regal
|
cd artifacthub
|
||||||
makepkg
|
makepkg
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ makepkg
|
|||||||
The build files are also available via AUR and can be installed via an AUR helper like `yay`.
|
The build files are also available via AUR and can be installed via an AUR helper like `yay`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yay --sync --aur opa-regal
|
yay --sync --aur artifacthub
|
||||||
```
|
```
|
||||||
|
|
||||||
## Obtaining pre-built packages from a repository
|
## Obtaining pre-built packages from a repository
|
||||||
@@ -57,5 +57,5 @@ sudo echo "Include = /etc/pacman.d/repos/*.conf" >> /etc/pacman.conf
|
|||||||
sudo pacman --sync --refresh
|
sudo pacman --sync --refresh
|
||||||
|
|
||||||
# Install the package and receive updates directly via pacman :)
|
# Install the package and receive updates directly via pacman :)
|
||||||
sudo pacman --sync opa-regal
|
sudo pacman --sync artifacthub
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user