diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-17 20:21:34 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-17 20:21:34 +0530 |
commit | b4607224e34cea6c52ba218717b66b0da790acfc (patch) | |
tree | 355f242636dbe85484303f4d9c01e4ba812a1685 | |
parent | f2ee21cdcd2d1309b9443fcb19cdc515c768e5c3 (diff) | |
download | nnn-b4607224e34cea6c52ba218717b66b0da790acfc.tar.gz |
Update docs
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 5 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d6cd447..f963aa7 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 @@ -313,8 +313,8 @@ To list the file paths copied to memory press <kbd>y</kbd>. 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. |