Remove old verbose log instructions

This commit is contained in:
Dylan Araps 2016-10-03 10:15:49 +11:00
parent 3a25f4ec20
commit 18d4d3e111
1 changed files with 2 additions and 10 deletions

View File

@ -14,16 +14,8 @@ suggesting a new feature then just a description will suffice.
## Verbose log ## Verbose log
**Neofetch 1.6** 1. Run `neofetch -vv 2> neofetchlog`
2. Upload the contents of `neofetchlog` to pastebin, gist or equivalent.
1. Add `set -x` to a new line near the top of the script.
2. Run `neofetch 2> neofetchlog`
3. Upload the contents of `neofetchlog` to pastebin, gist or equivalent.
**Neofetch 1.7 and newer**
2. Run `neofetch -vv 2> neofetchlog`
3. Upload the contents of `neofetchlog` to pastebin, gist or equivalent.