Skip to content

Commit

Permalink
README.md updated & Repo added to the AUR
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetumit committed Jul 28, 2022
1 parent e2ec74c commit 6acb796
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
29 changes: 21 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<p align="center">
<img src="https://img.shields.io/github/languages/code-size/mehmetumit/colpick" alt="Code Size"/>
<img src="https://img.shields.io/github/repo-size/mehmetumit/colpick" alt="Repo Size"/>
<img src="https://img.shields.io/github/stars/mehmetumit/colpick?color=yellow" alt="Stars"/>
<a href="https://aur.archlinux.org/packages/colpick><img src="https://img.shields.io/aur/version/colpick?color=%23123456" alt="AUR Version"/></a>
<img src="https://img.shields.io/github/license/mehmetumit/colpick" alt="License"/>
</p>

Expand Down Expand Up @@ -30,14 +32,25 @@ sys 0m0.028s
```

## Installation
```sh
# Clone the repository
git clone https://github.com/mehmetumit/colpick.git
# Change directory
cd colpick
# Install with make
make install
```
- Arch Linux:
- Install via AUR
```sh
yay -S colpick
```
- Or by using the PKGBUILD [colpick](pkgbuilds/PKGBUILD)
```sh
cd pkgbuilds/
makepkg -si
```
- In General:
```sh
# Clone the repository
git clone https://github.com/mehmetumit/colpick.git
# Change directory
cd colpick
# Install with make
make install
```

## Usage
```
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilds/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Mehmet Ümit Özden <ozdenmehmetumit@gmail.com>
pkgname=colpick
pkgver=1.2.0
pkgver=1.5.0
pkgrel=1
pkgdesc="Pick color at the current position of the mouse"
arch=(any)
Expand Down

0 comments on commit 6acb796

Please sign in to comment.