Compare commits

...

2 Commits

Author SHA1 Message Date
Tibor Bizjak 74bf714656 Merge branch 'master' of git.kompot.si:tibor/advent-of-code-2019 2023-03-14 18:27:01 +01:00
Tibor Bizjak 3a87705f52 Added input download instructions to README 2023-03-14 18:21:56 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -19,7 +19,11 @@ To download your puzzle inputs (the inputs are different for each user),
run `./main.py --fetch-session` and input your session key.
The session key can be found by inspecting the headers of a HTTP request
made from a browser on which the user is logged in. The HTTP request header
<<<<<<< HEAD
in question has the following format : `Cookie : session=key`.
=======
in question has the following format : `Cookie : session-key`.
>>>>>>> 2e06c4fd27acd5603cf01c2878b89d1e9cc4a74c
For other options see `./main.py -h`.
```console