From eb286fc968685fef14c323a117d5fe20fc98c6c2 Mon Sep 17 00:00:00 2001
From: Hadi Chokr <158838697+silverhadch@users.noreply.github.com>
Date: Sat, 26 Oct 2024 18:22:53 +0200
Subject: [PATCH 1/4] Add .deb install Instructions
Until i get a Debian Mentor the Debian/Ubuntu package is in my repo with the build files for making a .deb. When i get one that puts my .deb on the repos i will change the install intructions.
---
README.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/README.md b/README.md
index d92bc47..8b6d100 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,23 @@ cargo install plastic
cargo install plastic_tui
```
+Installation for Debian, Ubuntu, and Other Debian-Based Distributions
+
+Downloading and Installing the .deb Package
+
+To install plastic from the .deb package:
+
+1. Download the .deb package:
+
+ curl -L -o plastic.deb https://github.com/silverhadch/plastic-debian-build/raw/master/plastic.deb
+
+2. Install the package using dpkg:
+
+sudo dpkg -i plastic.deb
+
+This will install plastic along with any required dependencies on Debian-based systems.
+
+
If you are using Arch Linux, `plastic` is available in the [official repositories](https://archlinux.org/packages/extra/x86_64/plastic/):
```
From a10b35dc501de1ff1d8b89c40663443693fdbab8 Mon Sep 17 00:00:00 2001
From: Hadi Chokr <158838697+silverhadch@users.noreply.github.com>
Date: Sat, 26 Oct 2024 18:25:54 +0200
Subject: [PATCH 2/4] Update README.md
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 8b6d100..aee2a11 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ cargo install plastic
cargo install plastic_tui
```
+
Installation for Debian, Ubuntu, and Other Debian-Based Distributions
Downloading and Installing the .deb Package
@@ -62,15 +63,20 @@ To install plastic from the .deb package:
1. Download the .deb package:
+```
curl -L -o plastic.deb https://github.com/silverhadch/plastic-debian-build/raw/master/plastic.deb
+```
2. Install the package using dpkg:
+```
sudo dpkg -i plastic.deb
+```
This will install plastic along with any required dependencies on Debian-based systems.
+
If you are using Arch Linux, `plastic` is available in the [official repositories](https://archlinux.org/packages/extra/x86_64/plastic/):
```
From 0249f4cc80662d19eb9a2706cd67c8d1aa919680 Mon Sep 17 00:00:00 2001
From: Hadi Chokr <158838697+silverhadch@users.noreply.github.com>
Date: Sat, 26 Oct 2024 18:30:34 +0200
Subject: [PATCH 3/4] Update README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index aee2a11..3636dc2 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ cargo install plastic_tui
```
+
Installation for Debian, Ubuntu, and Other Debian-Based Distributions
Downloading and Installing the .deb Package
@@ -77,6 +78,7 @@ This will install plastic along with any required dependencies on Debian-based s
+
If you are using Arch Linux, `plastic` is available in the [official repositories](https://archlinux.org/packages/extra/x86_64/plastic/):
```
From 5c6e8ac3eabf4bf57d15c1c686091e892356a1cf Mon Sep 17 00:00:00 2001
From: Hadi Chokr <158838697+silverhadch@users.noreply.github.com>
Date: Sat, 26 Oct 2024 18:36:49 +0200
Subject: [PATCH 4/4] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3636dc2..2cacd97 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ cargo install plastic_tui
```
-
+
Installation for Debian, Ubuntu, and Other Debian-Based Distributions
Downloading and Installing the .deb Package
@@ -75,7 +75,7 @@ sudo dpkg -i plastic.deb
```
This will install plastic along with any required dependencies on Debian-based systems.
-
+