From e8556589eeeac82d9afe9a5581281ceba6992665 Mon Sep 17 00:00:00 2001 From: xkm Date: Tue, 14 Apr 2026 00:32:10 +0800 Subject: [PATCH] doc: add usage in README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41dce19..fafa34c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # cp-space -Vscode project for Programming Contest \ No newline at end of file +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 \, usr \ for just run. + +Use clangd for a better experience (make sure to disable Microsoft's C++ extension).