diff --git a/.github/ISSUE_TEMPLATE/1-issue.yml b/.github/ISSUE_TEMPLATE/1-issue.yml index 2c888ac5c..0eeb51b1e 100644 --- a/.github/ISSUE_TEMPLATE/1-issue.yml +++ b/.github/ISSUE_TEMPLATE/1-issue.yml @@ -31,7 +31,7 @@ body: **Tips for the following Step 3** 1. Use `LANG=C LC_ALL=C` to get the output of a command in English, eg. `LANG=C LC_ALL=C date` displays time in English. 2. If it throws errors, **PLEASE**, attach logs and describe in detail if possible. - - Bar and widgets not showing? run `pkill ags; ags` for logs. + - Bar and widgets not showing? run `pkill agsv1; agsv1` for logs. - Installation failed? Run installation again for logs. - You may use more code blocks when needed. 3. In case you are confused, the `
``````` are HTML tags for folding the logs (typically very long) inside. Please do not touch them (unless you know what you are doing).