From 8c9fc9d03c1bc64a12aec7730cd626038be2e9a1 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 18 May 2023 01:53:38 +0200 Subject: [PATCH] readme improvement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1edddd8..dbe64fb 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ It boils down to the following steps: - install the module with pip: `pip install target/wheels/plexcryptool-X.X.X-cp311-cp311-manylinux_2_34_x86_64.whl` - compile the plexcryptool executable using `cargo run --release` or install it to your system with `cargo install --path .` +Alternatively, you can use the install.sh script to install both the executable and python (pip) package to your system. + Thats it! # License