From b4607224e34cea6c52ba218717b66b0da790acfc Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 17 Mar 2019 20:21:34 +0530 Subject: [PATCH] Update docs --- .github/ISSUE_TEMPLATE.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d6cd447a..f963aa79 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,6 +4,11 @@ If it looks like a local environment issue, please try to debug yourself. Debugg Before opening an issue, please try to reproduce the issue on latest master. The bug you noticed might have already been fixed. +Useful links: + +- [compile `nnn` from source](https://github.com/jarun/nnn#from-source) +- [debugging `nnn`](https://github.com/jarun/nnn/wiki/debugging-nnn) + If the issue can be reproduced on master, please make sure you provide the following: - exact steps to reproduce the issue diff --git a/README.md b/README.md index 64679618..469641b1 100644 --- a/README.md +++ b/README.md @@ -313,8 +313,8 @@ To list the file paths copied to memory press y. File paths are copied to the temporary file `DIR/.nnncp`, where `DIR` (by priority) is: $HOME or, - $TMPDIR or, /tmp + $TMPDIR or, The path is shown in the help and configuration screen.