We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfff79 commit 392829aCopy full SHA for 392829a
README.md
@@ -34,7 +34,7 @@ This is how you generate one:
34
1. Login to [adventofcode.com](https://adventofcode.com).
35
2. Open Inspect panel, navigate to Storage tab.
36
3. Select cookies and copy `session` value.
37
-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.
38
5. Update plugin config to set `session_filepath` attribute with the filepath above.
39
40
## Installation
0 commit comments