From eb61ca87963d36440e0f73845e63cb43b90476de Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Wed, 30 Oct 2019 18:15:31 +0200 Subject: [PATCH 1/4] Update README with reference to Debian package --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cf7dbbb1..c07dcadc 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ can be found in the [Github releases](https://github.com/Nheko-Reborn/nheko/rele pacaur -S nheko # nheko-git ``` +#### Debian (10 and above) + +```bash +sudo apt install nheko +``` + #### Fedora ```bash sudo dnf install nheko From 17063c4f3925ea9e82fd5f99d7b9054afa20c939 Mon Sep 17 00:00:00 2001 From: "DeepBlueV7.X" Date: Sun, 23 Feb 2020 14:14:51 +0000 Subject: [PATCH 2/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 60 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++ 2 files changed, 80 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..19dfc26b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,60 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +### Describe the bug +A clear and concise description of what the bug is. + +### To Reproduce +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +### Expected behavior +A clear and concise description of what you expected to happen. + +### Screenshots +If applicable, add screenshots to help explain your problem. + +### System: + +- Nheko version: +- Installation method: +- Operating System: +- Qt version: +- C++ compiler: +- Desktop Environment: + +### Logs + + + + +### Debugger backtrace + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..11fc491e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 58c5bdd7b1edcb806fe42f455363b8489d8ec00a Mon Sep 17 00:00:00 2001 From: "DeepBlueV7.X" Date: Sun, 23 Feb 2020 14:15:29 +0000 Subject: [PATCH 3/4] Delete old ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE.md | 45 --------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 03400390..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,45 +0,0 @@ - - -### System: - -- Nheko version: -- Installation method: -- Operating System: -- Qt version: -- C++ compiler: -- Desktop Environment: - -### Actual behavior - -### Expected behavior - -### Steps to reproduce - -### Logs - - - - -### Debugger backtrace - From 3c57c322d32822531af51b7909a17d6f32514986 Mon Sep 17 00:00:00 2001 From: nixo Date: Sun, 23 Feb 2020 21:13:33 +0100 Subject: [PATCH 4/4] Add Guix build and installation instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c07dcadc..ed0cb0fb 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,12 @@ sudo apk add nheko flatpak install flathub io.github.NhekoReborn.Nheko ``` +#### Guix + +``` +guix install nheko +``` + #### macOS (10.12 and above) with [macports](https://www.macports.org/) : @@ -145,6 +151,12 @@ sudo apt-get update sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake liblmdb-dev libsodium-dev ``` +##### Guix + +```bash +guix environment nheko +``` + ##### macOS (Xcode 8 or later) ```bash