doc: add usage in README

This commit is contained in:
xkm
2026-04-14 00:32:10 +08:00
parent 48e23609d4
commit e8556589ee

View File

@@ -1,3 +1,14 @@
# 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).