]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 17 Mar 2019 14:51:34 +0000 (20:21 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 17 Mar 2019 14:51:34 +0000 (20:21 +0530)
.github/ISSUE_TEMPLATE.md
README.md

index d6cd447ad7be94fd2337bb3dc333eff1e8a36d22..f963aa797e711270ad1432e8c20b8aa5a6f0b214 100644 (file)
@@ -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
index 64679618808ad15eae4918fbbd626551b5e134b3..469641b16acb6badf9f56f523fd3cff263186448 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.