Skip to content

Commit fecadfd

Browse files
README
1 parent 50afd2b commit fecadfd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tools/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ docker build -t trinhminhtriet/leetcode .
99
## Store questions to database
1010

1111
```sh
12-
. ~/venv/bin/activate
12+
. ~/.venv/bin/activate
1313

14-
python main.py --store --min-id=3641
14+
python main.py --store --min-id=3647
1515
```
1616

1717
## Solve questions
1818

1919
```sh
20-
python main.py --start 3646 --end 3656
20+
python main.py --question 3648
21+
python main.py --start 3647 --end 3686
2122
```

0 commit comments

Comments
 (0)