From bdea49268df0900d0612b33a865ff7efa25f548c Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 16 Jan 2022 05:39:18 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08d2a8c..df28072 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Packaging for other distributions coming soon. # Building Since sshyp is written entirely in Python, it doesn't need to be compiled. It does, however, need to be packaged for installation. -A packaging script is included in the root directory of the repo in order to package sshyp for your distribution (currently only a generic package used for the AUR PKGBUILD is supported). To package sshyp from source, simply run: +A packaging script is included in the root directory of the repo in order to package sshyp for your distribution. To package sshyp from source, simply run: ``` git clone https://github.com/rwinkhart/sshyp.git @@ -55,9 +55,11 @@ cd sshyp ./package.sh ``` +The packaging script has been tested on Arch Linux with dpkg as a dependency for Debian and Termux packaging. + The AUR version and the packages attatched to the release tags were already packaged using this script. -Packaging for other distributions coming soon. +Currently, the script can create packages for Arch (PKGBUILD), Debian, Termux, and generic. Packaging for other distributions coming soon. # Usage Upon initial installation (on both the server and client devices), be sure to run: