Skip to content

Commit 864911f

Browse files
authored
Clarify session variable
1 parent 99018bc commit 864911f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ pip install -r requirements.txt
8787
```
8888

8989
### 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`.
90+
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=...`.
9193

9294
### Solve a Puzzle
9395

0 commit comments

Comments
 (0)