From 154f33e28f6308c0ab03aeccaa2281f2bba92817 Mon Sep 17 00:00:00 2001 From: nezu Date: Mon, 21 Oct 2024 17:05:37 +0200 Subject: [PATCH] add LICENSE and README.md --- .gitignore | 4 +++- LICENSE | 11 +++++++++++ README.md | 19 +++++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore index dd1f854..8e63582 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ !.gitignore !PKGBUILD !.SRCINFO -!lycheeslicer.sh \ No newline at end of file +!lycheeslicer.sh +!LICENSE +!README.md \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..304d812 --- /dev/null +++ b/LICENSE @@ -0,0 +1,11 @@ +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +Version 2, December 2004 + +Copyright (C) 2004 Sam Hocevar + +Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. + +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e3234b --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# lychee slicer plus crack (Arch Linux package) + +unlocks all plus features that don't require a cloud connection + +click [here](https://vaclive.party/software/lychee-slicer) for the main repository + +# Installation + +## Pre-built package + +Pre-built package available in the [Releases section](https://vaclive.party/arch/lychee-slicer-patched/releases/latest) + +## Local build + +```bash +git clone https://vaclive.party/arch/lychee-slicer-patched.git +cd lychee-slicer-patched +makepkg -si +``` \ No newline at end of file