diff options
author | hwspeedy <ns@bigbear.dk> | 2024-02-08 21:09:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 21:09:18 +0100 |
commit | 27b84f5541e78ee5516075ccc1b5e409b392ec16 (patch) | |
tree | 4fc1088c2f4ae9e33320a600724aa82dc9e60911 | |
parent | d61f38badd7a3f5f4ca7a0d17aa81e081d81dd49 (diff) |
Update README.md for organisation
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |