File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ Before submit please try followings to see if your problem is gone:
3
3
4
4
1. login agian:
5
5
```
6
- leetcode login -l
6
+ leetcode login -l
7
7
```
8
8
9
9
2. run the latest code:
10
10
```
11
- cd <your local repo>
12
- git pull --rebase origin master
13
- ./bin/install // install globally, OR
14
- ./bin/leetcode <command> // run the command locally
11
+ cd <your local repo>
12
+ git pull --rebase origin master
13
+ ./bin/install // install globally, OR
14
+ ./bin/leetcode <command> // run the command locally
15
15
```
16
16
-->
17
17
@@ -26,8 +26,10 @@ Before submit please try followings to see if your problem is gone:
26
26
-->
27
27
28
28
### Environment
29
- <!-- - if using latest code, you could get those info in `leetcode version -v`
30
- -->
29
+ <!-- - if using latest code, you could get those info in `leetcode version -v` -->
30
+ <!-- - if installed from git repo, please also provide last commit: `git rev-parse HEAD` -->
31
+ - leetcode-cli version:
32
+ <!-- - e.g. mac 10.11, ubuntu 16.04, win7, etc -->
31
33
- OS version:
32
34
- Node version:
33
35
- Npm version:
You can’t perform that action at this time.
0 commit comments