From cdd7a403e3e9930da6133a348350bda12d0478ca Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 13 Jan 2021 00:20:15 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56e89eb7..c90cbe46 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Feel free to open issues or pull requests, all contribution are welcomed. ## Installation -If you are using a linux distribution with acess to the AUR, simply install the kyoo-bin package. **COMMING SOON** +If you are using a linux distribution with acess to the AUR, simply install the kyoo-bin package. **COMMING SOON** The package is not published on the AUR yet but you can built it easily with makepkg. To do so, clone the repo & run `makepkg -i` inside the `install/aur` directory. If you are running another linux distribution or macos, you will need to build the package from source. To do that, look [here](#development--build). From 096f1f95232173ce7659db73017a385009ec4c48 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 13 Jan 2021 00:20:34 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c90cbe46..4a6f1ed6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Feel free to open issues or pull requests, all contribution are welcomed. ## Installation -If you are using a linux distribution with acess to the AUR, simply install the kyoo-bin package. **COMMING SOON** The package is not published on the AUR yet but you can built it easily with makepkg. To do so, clone the repo & run `makepkg -i` inside the `install/aur` directory. +If you are using a linux distribution with acess to the AUR, simply install the kyoo-bin package. **COMMING SOON**. The package is not published on the AUR yet but you can built it easily with makepkg. To do so, clone the repo & run `makepkg -i` inside the `install/aur` directory. If you are running another linux distribution or macos, you will need to build the package from source. To do that, look [here](#development--build).