From b794e003cb776b12ed5aa301857ac8303fddc5b5 Mon Sep 17 00:00:00 2001 From: acetheking987 Date: Thu, 19 Sep 2024 12:14:05 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 5934a55..f5503d3 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,6 @@ Hewwo, wowld! $ ./owo -o output.txt "Hello, world!" ``` -### to clipboard: -```bash -$ ./owo -c "Hello, world!" -``` - ## Building to build the program, run the following command: ```bash From c484b52630e9485d67fd29aff40ea58e445c6622 Mon Sep 17 00:00:00 2001 From: acetheking987 Date: Mon, 14 Oct 2024 23:27:05 +0000 Subject: [PATCH 2/2] added custom repo install guide --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f5503d3..ebe931f 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,18 @@ hewwo, wowld! ## Installation ### archlinux: +#### Aur ```bash $ git clone `https://git.alfieking.dev/acetheking987/term-owo-cpp.git` $ cd term-owo-cpp $ makepkg -si ``` +#### Custom Repo +```bash +$ pacman-key --recv-keys 1553B1410D80686C8D2A27338035E1AC0B1440DC +$ pacman-key --lsign-key 1553B1410D80686C8D2A27338035E1AC0B1440DC +$ pacman -Sy owo +``` ### other distros: download the binary from the releases page or build from source