doc: add usage in README
This commit is contained in:
11
README.md
11
README.md
@@ -1,3 +1,14 @@
|
|||||||
# cp-space
|
# cp-space
|
||||||
|
|
||||||
Vscode project for Programming Contest
|
Vscode project for Programming Contest
|
||||||
|
|
||||||
|
# usage
|
||||||
|
|
||||||
|
Just run:
|
||||||
|
```shell
|
||||||
|
git clone https://gitea.starryskymeow.cn/xkm/cp-space.git cp && code cp
|
||||||
|
```
|
||||||
|
|
||||||
|
Default debug command is \<F5\>, usr \<ctrl-F5\> for just run.
|
||||||
|
|
||||||
|
Use clangd for a better experience (make sure to disable Microsoft's C++ extension).
|
||||||
|
|||||||
Reference in New Issue
Block a user