aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-03-12 20:25:06 +0100
committerhwspeedy <ns@bigbear.dk>2024-03-12 20:25:06 +0100
commitcecab366a3b39b274df7fa5d2046eb973efef870 (patch)
tree5cb1ba6ac69107303b7374c06b1ae86a7b851cdf
parent891b7468c4adcca81c2492725ae11498b867ce3c (diff)
DOC added tools/git_latest_release.sh and git_unstable_master.sh for users
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6bfb8d0..1619aea9 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,7 @@ Building and installing
- sudo apt install libjson-glib-dev zlib1g-dev libsoup2.4-dev libgtk-3-dev libglib2.0-dev
- git clone https://github.com/hardinfo2/hardinfo2
- cd hardinfo2
+- ./tools/git_latest_release.sh (Switch to latest stable release, tools/git_unstable_master.sh for developers)
- mkdir build
- cd build
- cmake ..
@@ -53,6 +54,7 @@ Building and installing
- sudo yum install json-glib-devel zlib-devel libsoup-devel gtk3-devel
- git clone https://github.com/hardinfo2/hardinfo2
- cd hardinfo2
+- ./tools/git_latest_release.sh (Switch to latest stable release, tools/git_unstable_master.sh for developers)
- mkdir build
- cd build
- cmake ..
@@ -92,7 +94,7 @@ License
------
The Project License has been changed in 2024 from GPL2 to **GPL2 or later**
-Because we use LGPL2.1+ and GPL3 code. To future proof the project, lpereira and other developers has agreed to change license of source code also to GPL2+. (https://github.com/lpereira/hardinfo/issues/530) (https://github.com/lpereira/hardinfo/issues/707).
+Because we use LGPL2.1+ and GPL3 code. To future proof the project, lpereira and other developers have agreed to change license of source code also to GPL2+. (https://github.com/lpereira/hardinfo/issues/530) (https://github.com/lpereira/hardinfo/issues/707).
It is all about open source and creating together - Read more about GPL license here: https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility