Skip to content

Commit 8906eb4

Browse files
committed
Readme update - title in filename
1 parent 1d9463c commit 8906eb4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ cses-cli login
1212
cses-cli list
1313
cses-cli show 1742
1414
cses-cli solve 1742
15-
cses-cli submit 1742.task.cpp
15+
cses-cli submit 1742.Robot-Path.cpp
1616
```
1717
## Auto Commit to your GitHub Repository (if needed)
18-
* Obtain access token for your repo. See [how to get token](https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/github.md#generate-token)
19-
* Configure cses-cli for github as follows
18+
* Obtain access token for your repo. See [how to get token](https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/github.md#generate-token)
19+
* **Note:** Please make sure that your repo has *at least one* commit.
20+
* Configure cses-cli for github as follows.
2021
```
2122
$$$ cses-cli github
2223
Token: 1f10d6065e78a2654a14xxxxxxxxxxxxxxxxxxxx
@@ -136,7 +137,7 @@ $$$ cses-cli solve 1068
136137
Output:
137138
3 10 5 16 8 4 2 1
138139
139-
$$$ cses-cli submit 1068.task.cpp
140+
$$$ cses-cli submit 1068.Weird-Algorithm.cpp
140141
Task:Weird Algorithm
141142
Sender:test123xyz
142143
Submission time:2020-03-07 13:56:29

0 commit comments

Comments
 (0)