diff options
author | Přemysl Janouch <p@janouch.name> | 2018-06-24 04:24:23 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-06-24 04:24:23 +0200 |
commit | b353fc133e3dd4e7e58a63ca9dc3c7321cb94452 (patch) | |
tree | a7e449597c5cedec178fb0d081b7c196c11ffc68 | |
parent | 0c0b9640f811f75c39e08376d71929bb10e4ddd3 (diff) | |
download | logdiag-b353fc133e3dd4e7e58a63ca9dc3c7321cb94452.tar.gz logdiag-b353fc133e3dd4e7e58a63ca9dc3c7321cb94452.tar.xz logdiag-b353fc133e3dd4e7e58a63ca9dc3c7321cb94452.zip |
Update README
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.adoc | 16 |
2 files changed, 7 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 54bd851..b7d843d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set (project_VERSION "${project_VERSION_MAJOR}") set (project_VERSION "${project_VERSION}.${project_VERSION_MINOR}") set (project_VERSION "${project_VERSION}.${project_VERSION_PATCH}") -set (project_URL "http://github.com/pjanouch/logdiag") +set (project_URL "http://git.janouch.name/p/logdiag") # For custom modules set (CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) diff --git a/README.adoc b/README.adoc index c56318b..e81fcdd 100644 --- a/README.adoc +++ b/README.adoc @@ -11,11 +11,7 @@ image::logdiag.png[align="center"] Packages -------- Regular releases are sporadic. git master should be stable enough. You can get -a package with the latest development version from Archlinux's AUR, or from -openSUSE Build Service for the rest of mainstream distributions. Consult the -list of repositories and their respective links at: - -https://build.opensuse.org/project/repositories/home:pjanouch:git +a package with the latest development version from Archlinux's AUR. Requirements ------------ @@ -105,13 +101,13 @@ Just install MinGW-w64 and let automation take care of the rest. -DCMAKE_BUILD_TYPE=Release $ cpack -Contributing and support +Contributing and Support ------------------------ -Use this project's GitHub to report any bugs, request features, or submit pull -requests. If you want to discuss this project, or maybe just hang out with -the developer, feel free to join me at irc://irc.janouch.name, channel #dev. +Use https://git.janouch.name/p/logdiag to report any bugs, request features, +or submit pull requests. `git send-email` is tolerated. If you want to discuss +the project, feel free to join me at ircs://irc.janouch.name, channel #dev. -Bitcoin donations: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9 +Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9 License ------- |