We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a618300 + 0e0f6e0 commit 8b6265bCopy full SHA for 8b6265b
doc/aoc.nvim.txt
@@ -51,7 +51,7 @@ This is how you generate one:
51
1. Login to adventofcode.com <https://adventofcode.com>.
52
2. Open Inspect panel, navigate to Storage tab.
53
3. Select cookies and copy `session` value.
54
-4. Save to somewhere, e.g. `/var/tmp/aoc.txt`.
+4. Save to somewhere, e.g. `/var/tmp/aoc.txt`. Remeber to set appropriate permission, e.g `chmod 600` or whatever you deem acceptable.
55
5. Update plugin config to set `session_filepath` attribute with the filepath above.
56
57
0 commit comments