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 99018bc commit 864911fCopy full SHA for 864911f
README.md
@@ -87,7 +87,9 @@ pip install -r requirements.txt
87
```
88
89
### Session Cookie
90
-Fetch your [AoC Session Cookie](https://github.com/wimglenn/advent-of-code-wim/issues/1) and store as an envvar or in `.env` export as `$AOC_SESSION`.
+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:
91
+* putting it a [`.env`](https://dotenvx.com/docs/env-file) file in the repo's root dir as `AOC_SESSION=...`
92
+* export in your shell ('s startup file) as `export AOC_SESSION=...`.
93
94
### Solve a Puzzle
95
0 commit comments