We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ca89e commit afc0ab7Copy full SHA for afc0ab7
README.md
@@ -92,6 +92,7 @@ pip install -r requirements.txt
92
Fetch your [AoC Session Cookie](https://github.com/wimglenn/advent-of-code-wim/issues/1) and set it up as an environment variable by either:
93
* putting it a [`.env`](https://dotenvx.com/docs/env-file) file in the repo's root dir as `AOC_SESSION=...`
94
* export in your shell ('s startup file) as `export AOC_SESSION=...`.
95
+* Or some other way according to [Session Cookie Expired?](#session-cookie-expired)
96
97
### Solve a Puzzle
98
0 commit comments