From 27b84f5541e78ee5516075ccc1b5e409b392ec16 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Thu, 8 Feb 2024 21:09:18 +0100 Subject: Update README.md for organisation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b862a8c..06a5a959 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Status - Features: Online database for exchanging benchmark results. - Development: Currently done by contributors, hwspeedy maintains -Server code can be found in the "server" branch: https://github.com/hwspeedy/hardinfo2/tree/server +Server code can be found in the "server" branch: https://github.com/hardinfo2/hardinfo2/tree/server Dependencies ------------ @@ -36,7 +36,7 @@ Building and installing **Debian/Ubuntu/Mint/PopOS** - sudo apt install git cmake build-essential gettext - sudo apt install libjson-glib-dev zlib1g-dev libsoup2.4-dev libgtk-3-dev libglib2.0-dev -- git clone https://github.com/hwspeedy/hardinfo2 +- git clone https://github.com/hardinfo2/hardinfo2 - cd hardinfo2 - mkdir build - cd build @@ -51,7 +51,7 @@ Building and installing - sudo yum install epel-release (only CentOS 7) - sudo yum install git cmake gcc gcc-c++ gettext rpmdevtools - sudo yum install json-glib-devel zlib-devel libsoup-devel gtk3-devel -- git clone https://github.com/hwspeedy/hardinfo2 +- git clone https://github.com/hardinfo2/hardinfo2 - cd hardinfo2 - mkdir build - cd build -- cgit v1.2.3