Skip to content

Commit 0fb58a5

Browse files
committed
Update readme
1 parent 401b12f commit 0fb58a5

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,27 @@ I'd like to stay within Neovim for as long as I could possibly get away with doi
1515

1616
In the true developer fashion, I started with one task to solve Advent of Code puzzles, I ended up talking myself into "Let's spend a day or two to write a tool that saves me ... 5s of copy and paste task". Here we are.
1717

18-
### Other features in the work
18+
### Other features in the work
1919

20-
There are a number of features I'd like to add in the coming days/weeks:
20+
There are a number of features I'd like to add in the coming days/weeks to get to v1.0.0
2121

2222
- `:AocSubmitAnswer` to submit your answer.
2323
- `:AocGetSampleInput` to write puzzle's sample input to file.
2424
- `:AocYankSampleInput` to yank a puzzle's sample input to a register.
2525

26-
2726
I am always open to any feedbacks and suggestions.
2827

2928
## Requirements
3029

31-
This plugin is written with Neovim >= 10.1, but I suspect it works with older releases.
32-
33-
It also requires a session token to communicate with [adventofcode.com](https://adventofcode.com).
30+
This plugin requires a session token to communicate with [adventofcode.com](https://adventofcode.com).
3431

3532
This is how you generate one:
3633

37-
1- Login to [adventofcode.com](https://adventofcode.com).
38-
2- Open Inspect panel, navigate to Storage tab
39-
3- Select cookies and copy `session` value
40-
4- Save to somewhere, e.g. `/var/tmp/aoc.txt`
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`.
38+
5. Update plugin config to set `session_filepath` attribute with the filepath above.
4139

4240
## Installation
4341

0 commit comments

Comments
 (0)